Shades of Pine Glade #BDCB84
Tints of Pine Glade #BDCB84
RGB
CMYK
RGB Variations
Color information
#BDCB84 (or 0xBDCB84) is known color: Pine Glade. HEX triplet: BD, CB and 84. RGB value is (189,203,132). Sum of RGB (Red+Green+Blue) = 189+203+132=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB84 is #42347B. Grayscale: #BEBEBE. Windows color (decimal): -4338812 or 8702909. OLE color: 8702909.
HSL color Cylindrical-coordinate representation of color #BDCB84: hue angle of 71.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDCB84 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 203 | 132 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.20 |
| HSL | 71.83º | 0.41% | 0.66% | - |
| HSV(B) | 71.83º | 0.35% | 0.8% | - |
| XYZ | 46.51 | 55.2 | 30.03 | - |
| YUV | 190.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 132 | 0.07 | 0 | 0.35 | 0.20 | 71.83 | 0.41 | 0.66 |
| Hex | BD | CB | 84 | 7 | 0 | 23 | 14 | 48 | 29 | 42 |
| Octal | 275 | 313 | 204 | 7 | 0 | 43 | 24 | 110 | 51 | 102 |
| Binary | 10111101 | 11001011 | 10000100 | 111 | 0 | 100011 | 10100 | 1001000 | 101001 | 1000010 |
Color Harmonies of #BDCB84
Complementary color
Monochromatic Colors of #BDCB84
Black with #BDCB84
Text Example
Text Example
White with #BDCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCB84; }
p { color: rgb(189,203,132); }
H1.HeaderClassName
{
color: #BDCB84;
}
.AnyTagClassName
{
color: #BDCB84;
}
</style>
background-color css
<style>
a { background-color: #BDCB84; }
a { background-color: rgb(189,203,132); }
div.DivClassName
{
background-color: #BDCB84;
}
.BgClassName
{
background-color: #BDCB84;
}
</style>
border-color css
<style>
span { border-color: #BDCB84; }
span { border-color: rgb(189,203,132); }
td.TdClassName
{
border-color: #BDCB84;
}
.TagClassName
{
border-color: #BDCB84;
}
</style>