Shades of Conifer #BDD952
Tints of Conifer #BDD952
RGB
CMYK
RGB Variations
Color information
#BDD952 (or 0xBDD952) is known color: Conifer. HEX triplet: BD, D9 and 52. RGB value is (189,217,82). Sum of RGB (Red+Green+Blue) = 189+217+82=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD952 is #4226AD. Grayscale: #C1C1C1. Windows color (decimal): -4335278 or 5429693. OLE color: 5429693.
HSL color Cylindrical-coordinate representation of color #BDD952: hue angle of 72.44º 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 #BDD952 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 82 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.15 |
| HSL | 72.44º | 0.64% | 0.59% | - |
| HSV(B) | 72.44º | 0.62% | 0.85% | - |
| XYZ | 47.32 | 61.05 | 17.27 | - |
| YUV | 193.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 82 | 0.13 | 0 | 0.62 | 0.15 | 72.44 | 0.64 | 0.59 |
| Hex | BD | D9 | 52 | D | 0 | 3E | F | 48 | 40 | 3B |
| Octal | 275 | 331 | 122 | 15 | 0 | 76 | 17 | 110 | 100 | 73 |
| Binary | 10111101 | 11011001 | 1010010 | 1101 | 0 | 111110 | 1111 | 1001000 | 1000000 | 111011 |
Color Harmonies of #BDD952
Complementary color
Monochromatic Colors of #BDD952
Black with #BDD952
Text Example
Text Example
White with #BDD952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD952; }
p { color: rgb(189,217,82); }
H1.HeaderClassName
{
color: #BDD952;
}
.AnyTagClassName
{
color: #BDD952;
}
</style>
background-color css
<style>
a { background-color: #BDD952; }
a { background-color: rgb(189,217,82); }
div.DivClassName
{
background-color: #BDD952;
}
.BgClassName
{
background-color: #BDD952;
}
</style>
border-color css
<style>
span { border-color: #BDD952; }
span { border-color: rgb(189,217,82); }
td.TdClassName
{
border-color: #BDD952;
}
.TagClassName
{
border-color: #BDD952;
}
</style>