Shades of Conifer #BBDA52
Tints of Conifer #BBDA52
RGB
CMYK
RGB Variations
Color information
#BBDA52 (or 0xBBDA52) is known color: Conifer. HEX triplet: BB, DA and 52. RGB value is (187,218,82). Sum of RGB (Red+Green+Blue) = 187+218+82=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA52 is #4425AD. Grayscale: #C1C1C1. Windows color (decimal): -4466094 or 5429947. OLE color: 5429947.
HSL color Cylindrical-coordinate representation of color #BBDA52: hue angle of 73.68º degrees, saturation: 0.65, 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 #BBDA52 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 82 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.15 |
| HSL | 73.68º | 0.65% | 0.59% | - |
| HSV(B) | 73.68º | 0.62% | 0.85% | - |
| XYZ | 47.09 | 61.32 | 17.34 | - |
| YUV | 193.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 82 | 0.14 | 0 | 0.62 | 0.15 | 73.68 | 0.65 | 0.59 |
| Hex | BB | DA | 52 | E | 0 | 3E | F | 4A | 41 | 3B |
| Octal | 273 | 332 | 122 | 16 | 0 | 76 | 17 | 112 | 101 | 73 |
| Binary | 10111011 | 11011010 | 1010010 | 1110 | 0 | 111110 | 1111 | 1001010 | 1000001 | 111011 |
Color Harmonies of #BBDA52
Complementary color
Monochromatic Colors of #BBDA52
Black with #BBDA52
Text Example
Text Example
White with #BBDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA52; }
p { color: rgb(187,218,82); }
H1.HeaderClassName
{
color: #BBDA52;
}
.AnyTagClassName
{
color: #BBDA52;
}
</style>
background-color css
<style>
a { background-color: #BBDA52; }
a { background-color: rgb(187,218,82); }
div.DivClassName
{
background-color: #BBDA52;
}
.BgClassName
{
background-color: #BBDA52;
}
</style>
border-color css
<style>
span { border-color: #BBDA52; }
span { border-color: rgb(187,218,82); }
td.TdClassName
{
border-color: #BBDA52;
}
.TagClassName
{
border-color: #BBDA52;
}
</style>