Color: #BBE335

#BBE335 Color Information

#BBE335 is a light color. The closest websafe version is #BBE335. A complement of this color would be #5E35E3, perceived brightness is 0.77, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 74°,a saturation of 76%, and a lightness of 55%.The HSV representation shows a hue of 74°, a saturation of 77%, and a value of 89%.

In a RGB color space, #BBE335 is composed of 73% red, 89% green and 21% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 0% magenta, 77% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 66.34, x: 0.4019, and y: 0.5151.

Color Code #BBE335

#BBE335rgb(187, 227, 53)
HEX
#BBE335
RGB
rgb(187, 227, 53)
HSL
hsl(74, 76%, 55%)
HSV
hsv(74, 77%, 89%)
CMYK
18%, 0%, 77%, 11%
XYZ
X: 51.76, Y: 66.34, Z: 10.69
Lab
L: 85.17, a: -29.72, b: 73.22
Name

Shades of Color #BBE335

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

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

#BBE335rgb(187, 227, 53)

About #BBE335 Color Code

In the HSL color space, this color has a hue angle of 74°, a saturation of 76%, and a lightness of 55%. The HSV representation shows a hue of 74°, a saturation of 77%, and a value of 89%.

  • HEX: #BBE335
  • RGB: rgb(187, 227, 53)
  • HSL: hsl(74, 76%, 55%)
  • HSV: hsv(74, 77%, 89%)
  • CMYK: 18.00% cyan, 0.00% magenta, 77.00% yellow, 11.00% black
  • XYZ: 51.76, 66.34, 10.69
  • Yxy: 66.34, 0.4019, 0.5151
  • Hunter Lab: 85.17, -29.72, 73.22
  • CIE-Lab: 85.17, -29.72, 73.22

In the XYZ color space, this color is represented as X: 51.76, Y: 66.34, Z: 10.69. The Yxy representation further refines this as Y: 66.34, x: 0.4019, and y: 0.5151.

In the Hunter Lab color space, this color is represented as L: 85.17, a: -29.72, and b: 73.22. Similarly, in the CIE-Lab color space, it is represented as L: 85.17, a: -29.72, and b: 73.22.

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

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

Analogous Colors of #BBE335

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

Split Complementary Colors of #BBE335

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

Tetradic Colors of #BBE335

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

Monochromatic Colors of #BBE335

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

Complementary Color of #BBE335

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

/* Using HEX */
body {
  background-color: #bbe335;
}
/* Using RGB */
body {
  background-color: rgb(187, 227, 53);
}
/* Using RGB with opacity */
body {
  background-color: rgba(187, 227, 53, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(74, 76%, 55%);
}
/* Text color */
p {
  color: #bbe335;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #bbe335;
}
/* Border color */
.box {
  border: 4px solid #bbe335;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #bbe335;
}
Text Shadow Preview
/* Background with text */
div {
  background: #bbe335;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#BBE335
On Black Background
#BBE335
On White Background
#BBE335

HTML Examples of #BBE335

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

Related Colors of #BBE335

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