Color: #B2D766

#B2D766 Color Information

#B2D766 is a light color. The closest websafe version is #B2D766. A complement of this color would be #8B65D7, perceived brightness is 0.75, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 80°,a saturation of 59%, and a lightness of 62%.The HSV representation shows a hue of 80°, a saturation of 53%, and a value of 84%.

In a RGB color space, #B2D766 is composed of 70% red, 84% green and 40% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 0% magenta, 53% yellow and 16% black.

In the Yxy color space, this color is represented as Y: 59.43, x: 0.3841, and y: 0.4807.

Color Code #B2D766

#B2D766rgb(178, 215, 102)
HEX
#B2D766
RGB
rgb(178, 215, 102)
HSL
hsl(80, 59%, 62%)
HSV
hsv(80, 53%, 84%)
CMYK
17%, 0%, 53%, 16%
XYZ
X: 47.48, Y: 59.43, Z: 16.71
Lab
L: 81.53, a: -25.53, b: 50.71
Name

Shades of Color #B2D766

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

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

#B2D766rgb(178, 215, 102)

About #B2D766 Color Code

In the HSL color space, this color has a hue angle of 80°, a saturation of 59%, and a lightness of 62%. The HSV representation shows a hue of 80°, a saturation of 53%, and a value of 84%.

  • HEX: #B2D766
  • RGB: rgb(178, 215, 102)
  • HSL: hsl(80, 59%, 62%)
  • HSV: hsv(80, 53%, 84%)
  • CMYK: 17.00% cyan, 0.00% magenta, 53.00% yellow, 16.00% black
  • XYZ: 47.48, 59.43, 16.71
  • Yxy: 59.43, 0.3841, 0.4807
  • Hunter Lab: 81.53, -25.53, 50.71
  • CIE-Lab: 81.53, -25.53, 50.71

In the XYZ color space, this color is represented as X: 47.48, Y: 59.43, Z: 16.71. The Yxy representation further refines this as Y: 59.43, x: 0.3841, and y: 0.4807.

In the Hunter Lab color space, this color is represented as L: 81.53, a: -25.53, and b: 50.71. Similarly, in the CIE-Lab color space, it is represented as L: 81.53, a: -25.53, and b: 50.71.

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

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

Analogous Colors of #B2D766

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

Split Complementary Colors of #B2D766

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

Tetradic Colors of #B2D766

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

Monochromatic Colors of #B2D766

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

Complementary Color of #B2D766

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

/* Using HEX */
body {
  background-color: #b2d766;
}
/* Using RGB */
body {
  background-color: rgb(178, 215, 102);
}
/* Using RGB with opacity */
body {
  background-color: rgba(178, 215, 102, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(80, 59%, 62%);
}
/* Text color */
p {
  color: #b2d766;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b2d766;
}
/* Border color */
.box {
  border: 4px solid #b2d766;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b2d766;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b2d766;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B2D766
On Black Background
#B2D766
On White Background
#B2D766

HTML Examples of #B2D766

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

Related Colors of #B2D766

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