Color: #BAE76E

#BAE76E Color Information

#BAE76E is a light color. The closest websafe version is #BAE76E. A complement of this color would be #9B6EE7, perceived brightness is 0.80, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 82°,a saturation of 72%, and a lightness of 67%.The HSV representation shows a hue of 82°, a saturation of 52%, and a value of 91%.

In a RGB color space, #BAE76E is composed of 73% red, 91% green and 43% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 0% magenta, 52% yellow and 9% black.

In the Yxy color space, this color is represented as Y: 69.16, x: 0.3801, and y: 0.4831.

Color Code #BAE76E

#BAE76Ergb(186, 231, 110)
HEX
#BAE76E
RGB
rgb(186, 231, 110)
HSL
hsl(82, 72%, 67%)
HSV
hsv(82, 52%, 91%)
CMYK
19%, 0%, 52%, 9%
XYZ
X: 54.41, Y: 69.16, Z: 19.58
Lab
L: 86.58, a: -28.97, b: 53.05
Name

Shades of Color #BAE76E

Shades are created by darkening the original color #BAE76E 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 #BAE76E

Tints are created by lightening the original color #BAE76E 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.

#BAE76Ergb(186, 231, 110)

About #BAE76E Color Code

In the HSL color space, this color has a hue angle of 82°, a saturation of 72%, and a lightness of 67%. The HSV representation shows a hue of 82°, a saturation of 52%, and a value of 91%.

  • HEX: #BAE76E
  • RGB: rgb(186, 231, 110)
  • HSL: hsl(82, 72%, 67%)
  • HSV: hsv(82, 52%, 91%)
  • CMYK: 19.00% cyan, 0.00% magenta, 52.00% yellow, 9.00% black
  • XYZ: 54.41, 69.16, 19.58
  • Yxy: 69.16, 0.3801, 0.4831
  • Hunter Lab: 86.58, -28.97, 53.05
  • CIE-Lab: 86.58, -28.97, 53.05

In the XYZ color space, this color is represented as X: 54.41, Y: 69.16, Z: 19.58. The Yxy representation further refines this as Y: 69.16, x: 0.3801, and y: 0.4831.

In the Hunter Lab color space, this color is represented as L: 86.58, a: -28.97, and b: 53.05. Similarly, in the CIE-Lab color space, it is represented as L: 86.58, a: -28.97, and b: 53.05.

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 #BAE76E

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

Analogous Colors of #BAE76E

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

Monochromatic Colors of #BAE76E

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

Complementary Color of #BAE76E

The complementary color of #BAE76E 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 #BAE76E

/* Using HEX */
body {
  background-color: #bae76e;
}
/* Using RGB */
body {
  background-color: rgb(186, 231, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 231, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(82, 72%, 67%);
}
/* Text color */
p {
  color: #bae76e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bae76e;
}
/* Border color */
.box {
  border: 4px solid #bae76e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bae76e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bae76e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BAE76E
On Black Background
#BAE76E
On White Background
#BAE76E

HTML Examples of #BAE76E

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

Related Colors of #BAE76E

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