Shades of Conifer #BBD952
Tints of Conifer #BBD952
RGB
CMYK
RGB Variations
Color information
#BBD952 (or 0xBBD952) is known color: Conifer. HEX triplet: BB, D9 and 52. RGB value is (187,217,82). Sum of RGB (Red+Green+Blue) = 187+217+82=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD952 is #4426AD. Grayscale: #C1C1C1. Windows color (decimal): -4466350 or 5429691. OLE color: 5429691.
HSL color Cylindrical-coordinate representation of color #BBD952: hue angle of 73.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBD952 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 82 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.15 |
| HSL | 73.33º | 0.64% | 0.59% | - |
| HSV(B) | 73.33º | 0.62% | 0.85% | - |
| XYZ | 46.83 | 60.8 | 17.25 | - |
| YUV | 192.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 82 | 0.14 | 0 | 0.62 | 0.15 | 73.33 | 0.64 | 0.59 |
| Hex | BB | D9 | 52 | E | 0 | 3E | F | 49 | 40 | 3B |
| Octal | 273 | 331 | 122 | 16 | 0 | 76 | 17 | 111 | 100 | 73 |
| Binary | 10111011 | 11011001 | 1010010 | 1110 | 0 | 111110 | 1111 | 1001001 | 1000000 | 111011 |
Color Harmonies of #BBD952
Complementary color
Monochromatic Colors of #BBD952
Black with #BBD952
Text Example
Text Example
White with #BBD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD952; }
p { color: rgb(187,217,82); }
H1.HeaderClassName
{
color: #BBD952;
}
.AnyTagClassName
{
color: #BBD952;
}
</style>
background-color css
<style>
a { background-color: #BBD952; }
a { background-color: rgb(187,217,82); }
div.DivClassName
{
background-color: #BBD952;
}
.BgClassName
{
background-color: #BBD952;
}
</style>
border-color css
<style>
span { border-color: #BBD952; }
span { border-color: rgb(187,217,82); }
td.TdClassName
{
border-color: #BBD952;
}
.TagClassName
{
border-color: #BBD952;
}
</style>