Shades of Conifer #BBDA57
Tints of Conifer #BBDA57
RGB
CMYK
RGB Variations
Color information
#BBDA57 (or 0xBBDA57) is known color: Conifer. HEX triplet: BB, DA and 57. RGB value is (187,218,87). Sum of RGB (Red+Green+Blue) = 187+218+87=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA57 is #4425A8. Grayscale: #C2C2C2. Windows color (decimal): -4466089 or 5757627. OLE color: 5757627.
HSL color Cylindrical-coordinate representation of color #BBDA57: hue angle of 74.2º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBDA57 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 87 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.15 |
| HSL | 74.2º | 0.64% | 0.6% | - |
| HSV(B) | 74.2º | 0.6% | 0.85% | - |
| XYZ | 47.29 | 61.4 | 18.38 | - |
| YUV | 193.8 | 67.73 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 87 | 0.14 | 0 | 0.60 | 0.15 | 74.2 | 0.64 | 0.6 |
| Hex | BB | DA | 57 | E | 0 | 3C | F | 4A | 40 | 3C |
| Octal | 273 | 332 | 127 | 16 | 0 | 74 | 17 | 112 | 100 | 74 |
| Binary | 10111011 | 11011010 | 1010111 | 1110 | 0 | 111100 | 1111 | 1001010 | 1000000 | 111100 |
Color Harmonies of #BBDA57
Complementary color
Monochromatic Colors of #BBDA57
Black with #BBDA57
Text Example
Text Example
White with #BBDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA57; }
p { color: rgb(187,218,87); }
H1.HeaderClassName
{
color: #BBDA57;
}
.AnyTagClassName
{
color: #BBDA57;
}
</style>
background-color css
<style>
a { background-color: #BBDA57; }
a { background-color: rgb(187,218,87); }
div.DivClassName
{
background-color: #BBDA57;
}
.BgClassName
{
background-color: #BBDA57;
}
</style>
border-color css
<style>
span { border-color: #BBDA57; }
span { border-color: rgb(187,218,87); }
td.TdClassName
{
border-color: #BBDA57;
}
.TagClassName
{
border-color: #BBDA57;
}
</style>