Color: #BABE36

#BABE36 Color Information

#BABE36 is a light color. The closest websafe version is #BABE36. A complement of this color would be #3A36BF, perceived brightness is 0.68, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 62°,a saturation of 56%, and a lightness of 48%.The HSV representation shows a hue of 62°, a saturation of 72%, and a value of 75%.

In a RGB color space, #BABE36 is composed of 73% red, 75% green and 21% blue. Whereas in a CMYK color space, it is composed of 2% cyan, 0% magenta, 72% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 48.06, x: 0.4256, and y: 0.4897.

Color Code #BABE36

#BABE36rgb(186, 190, 54)
HEX
#BABE36
RGB
rgb(186, 190, 54)
HSL
hsl(62, 56%, 48%)
HSV
hsv(62, 72%, 75%)
CMYK
2%, 0%, 72%, 25%
XYZ
X: 41.77, Y: 48.06, Z: 8.32
Lab
L: 74.86, a: -13.34, b: 63.58
Name

Shades of Color #BABE36

Shades are created by darkening the original color #BABE36 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #BABE36

Tints are created by lightening the original color #BABE36 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#BABE36rgb(186, 190, 54)

About #BABE36 Color Code

In the HSL color space, this color has a hue angle of 62°, a saturation of 56%, and a lightness of 48%. The HSV representation shows a hue of 62°, a saturation of 72%, and a value of 75%.

  • HEX: #BABE36
  • RGB: rgb(186, 190, 54)
  • HSL: hsl(62, 56%, 48%)
  • HSV: hsv(62, 72%, 75%)
  • CMYK: 2.00% cyan, 0.00% magenta, 72.00% yellow, 25.00% black
  • XYZ: 41.77, 48.06, 8.32
  • Yxy: 48.06, 0.4256, 0.4897
  • Hunter Lab: 74.86, -13.34, 63.58
  • CIE-Lab: 74.86, -13.34, 63.58

In the XYZ color space, this color is represented as X: 41.77, Y: 48.06, Z: 8.32. The Yxy representation further refines this as Y: 48.06, x: 0.4256, and y: 0.4897.

In the Hunter Lab color space, this color is represented as L: 74.86, a: -13.34, and b: 63.58. Similarly, in the CIE-Lab color space, it is represented as L: 74.86, a: -13.34, and b: 63.58.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #BABE36

Triadic colors are three colors evenly spaced around the color wheel, including #BABE36. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #BABE36

Analogous colors are adjacent to #BABE36 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #BABE36

Split complementary colors are two colors adjacent to the complementary color of #BABE36. They create a balanced and visually appealing color scheme.

Tetradic Colors of #BABE36

Tetradic colors form a rectangle on the color wheel, including #BABE36. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #BABE36

Monochromatic colors are variations of #BABE36, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #BABE36

The complementary color of #BABE36 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #BABE36

/* Using HEX */
body {
  background-color: #babe36;
}
/* Using RGB */
body {
  background-color: rgb(186, 190, 54);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 190, 54, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(62, 56%, 48%);
}
/* Text color */
p {
  color: #babe36;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #babe36;
}
/* Border color */
.box {
  border: 4px solid #babe36;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #babe36;
}
Text Shadow Preview
/* Background with text */
div {
  background: #babe36;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BABE36
On Black Background
#BABE36
On White Background
#BABE36

HTML Examples of #BABE36

<!-- Using HEX -->
<div style="background-color: #babe36; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 190, 54); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 190, 54, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(62, 56%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #babe36;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #babe36; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #babe36; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #babe36;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #babe36; color: #fff; padding: 16px; border-radius: 8px;">
  #BABE36
</div>
#BABE36
On Black Background
#BABE36
On White Background
#BABE36

Related Colors of #BABE36

These colors are similar to #BABE36, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.