Color: #B7CC1C

#B7CC1C Color Information

#B7CC1C is a light color. The closest websafe version is #B7CC1C. A complement of this color would be #301CCA, perceived brightness is 0.70, and the grayscale version is #747474.

In the HSL color space, this color has a hue angle of 67°,a saturation of 76%, and a lightness of 45%.The HSV representation shows a hue of 67°, a saturation of 86%, and a value of 80%.

In a RGB color space, #B7CC1C is composed of 72% red, 80% green and 11% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 86% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 53.89, x: 0.4185, and y: 0.5117.

Color Code #B7CC1C

#B7CC1Crgb(183, 204, 28)
HEX
#B7CC1C
RGB
rgb(183, 204, 28)
HSL
hsl(67, 76%, 45%)
HSV
hsv(67, 86%, 80%)
CMYK
10%, 0%, 86%, 20%
XYZ
X: 44.07, Y: 53.89, Z: 7.35
Lab
L: 78.40, a: -21.76, b: 73.43
Name

Shades of Color #B7CC1C

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

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

#B7CC1Crgb(183, 204, 28)

About #B7CC1C Color Code

In the HSL color space, this color has a hue angle of 67°, a saturation of 76%, and a lightness of 45%. The HSV representation shows a hue of 67°, a saturation of 86%, and a value of 80%.

  • HEX: #B7CC1C
  • RGB: rgb(183, 204, 28)
  • HSL: hsl(67, 76%, 45%)
  • HSV: hsv(67, 86%, 80%)
  • CMYK: 10.00% cyan, 0.00% magenta, 86.00% yellow, 20.00% black
  • XYZ: 44.07, 53.89, 7.35
  • Yxy: 53.89, 0.4185, 0.5117
  • Hunter Lab: 78.40, -21.76, 73.43
  • CIE-Lab: 78.40, -21.76, 73.43

In the XYZ color space, this color is represented as X: 44.07, Y: 53.89, Z: 7.35. The Yxy representation further refines this as Y: 53.89, x: 0.4185, and y: 0.5117.

In the Hunter Lab color space, this color is represented as L: 78.40, a: -21.76, and b: 73.43. Similarly, in the CIE-Lab color space, it is represented as L: 78.40, a: -21.76, and b: 73.43.

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

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

Analogous Colors of #B7CC1C

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

Monochromatic Colors of #B7CC1C

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

Complementary Color of #B7CC1C

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

/* Using HEX */
body {
  background-color: #b7cc1c;
}
/* Using RGB */
body {
  background-color: rgb(183, 204, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 204, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(67, 76%, 45%);
}
/* Text color */
p {
  color: #b7cc1c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7cc1c;
}
/* Border color */
.box {
  border: 4px solid #b7cc1c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b7cc1c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b7cc1c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B7CC1C
On Black Background
#B7CC1C
On White Background
#B7CC1C

HTML Examples of #B7CC1C

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

Related Colors of #B7CC1C

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