Shades of Conifer #BBDF59
Tints of Conifer #BBDF59
RGB
CMYK
RGB Variations
Color information
#BBDF59 (or 0xBBDF59) is known color: Conifer. HEX triplet: BB, DF and 59. RGB value is (187,223,89). Sum of RGB (Red+Green+Blue) = 187+223+89=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF59 is #4420A6. Grayscale: #C5C5C5. Windows color (decimal): -4464807 or 5889979. OLE color: 5889979.
HSL color Cylindrical-coordinate representation of color #BBDF59: hue angle of 76.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBDF59 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 89 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.13 |
| HSL | 76.12º | 0.68% | 0.61% | - |
| HSV(B) | 76.12º | 0.6% | 0.87% | - |
| XYZ | 48.68 | 64.06 | 19.25 | - |
| YUV | 196.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 89 | 0.16 | 0 | 0.60 | 0.13 | 76.12 | 0.68 | 0.61 |
| Hex | BB | DF | 59 | 10 | 0 | 3C | D | 4C | 44 | 3D |
| Octal | 273 | 337 | 131 | 20 | 0 | 74 | 15 | 114 | 104 | 75 |
| Binary | 10111011 | 11011111 | 1011001 | 10000 | 0 | 111100 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BBDF59
Complementary color
Monochromatic Colors of #BBDF59
Black with #BBDF59
Text Example
Text Example
White with #BBDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF59; }
p { color: rgb(187,223,89); }
H1.HeaderClassName
{
color: #BBDF59;
}
.AnyTagClassName
{
color: #BBDF59;
}
</style>
background-color css
<style>
a { background-color: #BBDF59; }
a { background-color: rgb(187,223,89); }
div.DivClassName
{
background-color: #BBDF59;
}
.BgClassName
{
background-color: #BBDF59;
}
</style>
border-color css
<style>
span { border-color: #BBDF59; }
span { border-color: rgb(187,223,89); }
td.TdClassName
{
border-color: #BBDF59;
}
.TagClassName
{
border-color: #BBDF59;
}
</style>