Shades of Conifer #BBDB5B
Tints of Conifer #BBDB5B
RGB
CMYK
RGB Variations
Color information
#BBDB5B (or 0xBBDB5B) is known color: Conifer. HEX triplet: BB, DB and 5B. RGB value is (187,219,91). Sum of RGB (Red+Green+Blue) = 187+219+91=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB5B is #4424A4. Grayscale: #C3C3C3. Windows color (decimal): -4465829 or 6020027. OLE color: 6020027.
HSL color Cylindrical-coordinate representation of color #BBDB5B: hue angle of 75º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBDB5B is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 91 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.14 |
| HSL | 75º | 0.64% | 0.61% | - |
| HSV(B) | 75º | 0.58% | 0.86% | - |
| XYZ | 47.71 | 61.98 | 19.35 | - |
| YUV | 194.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 91 | 0.15 | 0 | 0.58 | 0.14 | 75 | 0.64 | 0.61 |
| Hex | BB | DB | 5B | F | 0 | 3A | E | 4B | 40 | 3D |
| Octal | 273 | 333 | 133 | 17 | 0 | 72 | 16 | 113 | 100 | 75 |
| Binary | 10111011 | 11011011 | 1011011 | 1111 | 0 | 111010 | 1110 | 1001011 | 1000000 | 111101 |
Color Harmonies of #BBDB5B
Complementary color
Monochromatic Colors of #BBDB5B
Black with #BBDB5B
Text Example
Text Example
White with #BBDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB5B; }
p { color: rgb(187,219,91); }
H1.HeaderClassName
{
color: #BBDB5B;
}
.AnyTagClassName
{
color: #BBDB5B;
}
</style>
background-color css
<style>
a { background-color: #BBDB5B; }
a { background-color: rgb(187,219,91); }
div.DivClassName
{
background-color: #BBDB5B;
}
.BgClassName
{
background-color: #BBDB5B;
}
</style>
border-color css
<style>
span { border-color: #BBDB5B; }
span { border-color: rgb(187,219,91); }
td.TdClassName
{
border-color: #BBDB5B;
}
.TagClassName
{
border-color: #BBDB5B;
}
</style>