Shades of Conifer #BBDA59
Tints of Conifer #BBDA59
RGB
CMYK
RGB Variations
Color information
#BBDA59 (or 0xBBDA59) is known color: Conifer. HEX triplet: BB, DA and 59. RGB value is (187,218,89). Sum of RGB (Red+Green+Blue) = 187+218+89=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA59 is #4425A6. Grayscale: #C2C2C2. Windows color (decimal): -4466087 or 5888699. OLE color: 5888699.
HSL color Cylindrical-coordinate representation of color #BBDA59: hue angle of 74.42º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBDA59 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 89 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.15 |
| HSL | 74.42º | 0.64% | 0.6% | - |
| HSV(B) | 74.42º | 0.59% | 0.85% | - |
| XYZ | 47.37 | 61.43 | 18.81 | - |
| YUV | 194.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 89 | 0.14 | 0 | 0.59 | 0.15 | 74.42 | 0.64 | 0.6 |
| Hex | BB | DA | 59 | E | 0 | 3B | F | 4A | 40 | 3C |
| Octal | 273 | 332 | 131 | 16 | 0 | 73 | 17 | 112 | 100 | 74 |
| Binary | 10111011 | 11011010 | 1011001 | 1110 | 0 | 111011 | 1111 | 1001010 | 1000000 | 111100 |
Color Harmonies of #BBDA59
Complementary color
Monochromatic Colors of #BBDA59
Black with #BBDA59
Text Example
Text Example
White with #BBDA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA59; }
p { color: rgb(187,218,89); }
H1.HeaderClassName
{
color: #BBDA59;
}
.AnyTagClassName
{
color: #BBDA59;
}
</style>
background-color css
<style>
a { background-color: #BBDA59; }
a { background-color: rgb(187,218,89); }
div.DivClassName
{
background-color: #BBDA59;
}
.BgClassName
{
background-color: #BBDA59;
}
</style>
border-color css
<style>
span { border-color: #BBDA59; }
span { border-color: rgb(187,218,89); }
td.TdClassName
{
border-color: #BBDA59;
}
.TagClassName
{
border-color: #BBDA59;
}
</style>