Shades of Conifer #BBDC5B
Tints of Conifer #BBDC5B
RGB
CMYK
RGB Variations
Color information
#BBDC5B (or 0xBBDC5B) is known color: Conifer. HEX triplet: BB, DC and 5B. RGB value is (187,220,91). Sum of RGB (Red+Green+Blue) = 187+220+91=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC5B is #4423A4. Grayscale: #C3C3C3. Windows color (decimal): -4465573 or 6020283. OLE color: 6020283.
HSL color Cylindrical-coordinate representation of color #BBDC5B: hue angle of 75.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBDC5B is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 91 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.14 |
| HSL | 75.35º | 0.65% | 0.61% | - |
| HSV(B) | 75.35º | 0.59% | 0.86% | - |
| XYZ | 47.98 | 62.51 | 19.43 | - |
| YUV | 195.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 91 | 0.15 | 0 | 0.59 | 0.14 | 75.35 | 0.65 | 0.61 |
| Hex | BB | DC | 5B | F | 0 | 3B | E | 4B | 41 | 3D |
| Octal | 273 | 334 | 133 | 17 | 0 | 73 | 16 | 113 | 101 | 75 |
| Binary | 10111011 | 11011100 | 1011011 | 1111 | 0 | 111011 | 1110 | 1001011 | 1000001 | 111101 |
Color Harmonies of #BBDC5B
Complementary color
Monochromatic Colors of #BBDC5B
Black with #BBDC5B
Text Example
Text Example
White with #BBDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC5B; }
p { color: rgb(187,220,91); }
H1.HeaderClassName
{
color: #BBDC5B;
}
.AnyTagClassName
{
color: #BBDC5B;
}
</style>
background-color css
<style>
a { background-color: #BBDC5B; }
a { background-color: rgb(187,220,91); }
div.DivClassName
{
background-color: #BBDC5B;
}
.BgClassName
{
background-color: #BBDC5B;
}
</style>
border-color css
<style>
span { border-color: #BBDC5B; }
span { border-color: rgb(187,220,91); }
td.TdClassName
{
border-color: #BBDC5B;
}
.TagClassName
{
border-color: #BBDC5B;
}
</style>