Shades of Conifer #BBDC59
Tints of Conifer #BBDC59
RGB
CMYK
RGB Variations
Color information
#BBDC59 (or 0xBBDC59) is known color: Conifer. HEX triplet: BB, DC and 59. RGB value is (187,220,89). Sum of RGB (Red+Green+Blue) = 187+220+89=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 89 (35.16% from 255 or 17.94% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC59 is #4423A6. Grayscale: #C3C3C3. Windows color (decimal): -4465575 or 5889211. OLE color: 5889211.
HSL color Cylindrical-coordinate representation of color #BBDC59: hue angle of 75.11º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBDC59 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 89 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.14 |
| HSL | 75.11º | 0.65% | 0.61% | - |
| HSV(B) | 75.11º | 0.6% | 0.86% | - |
| XYZ | 47.89 | 62.47 | 18.99 | - |
| YUV | 195.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 89 | 0.15 | 0 | 0.60 | 0.14 | 75.11 | 0.65 | 0.61 |
| Hex | BB | DC | 59 | F | 0 | 3C | E | 4B | 41 | 3D |
| Octal | 273 | 334 | 131 | 17 | 0 | 74 | 16 | 113 | 101 | 75 |
| Binary | 10111011 | 11011100 | 1011001 | 1111 | 0 | 111100 | 1110 | 1001011 | 1000001 | 111101 |
Color Harmonies of #BBDC59
Complementary color
Monochromatic Colors of #BBDC59
Black with #BBDC59
Text Example
Text Example
White with #BBDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC59; }
p { color: rgb(187,220,89); }
H1.HeaderClassName
{
color: #BBDC59;
}
.AnyTagClassName
{
color: #BBDC59;
}
</style>
background-color css
<style>
a { background-color: #BBDC59; }
a { background-color: rgb(187,220,89); }
div.DivClassName
{
background-color: #BBDC59;
}
.BgClassName
{
background-color: #BBDC59;
}
</style>
border-color css
<style>
span { border-color: #BBDC59; }
span { border-color: rgb(187,220,89); }
td.TdClassName
{
border-color: #BBDC59;
}
.TagClassName
{
border-color: #BBDC59;
}
</style>