Shades of Pine Glade #BDCA7A
Tints of Pine Glade #BDCA7A
RGB
CMYK
RGB Variations
Color information
#BDCA7A (or 0xBDCA7A) is known color: Pine Glade. HEX triplet: BD, CA and 7A. RGB value is (189,202,122). Sum of RGB (Red+Green+Blue) = 189+202+122=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA7A is #423585. Grayscale: #BDBDBD. Windows color (decimal): -4339078 or 8047293. OLE color: 8047293.
HSL color Cylindrical-coordinate representation of color #BDCA7A: hue angle of 69.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCA7A is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 202 | 122 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.21 |
| HSL | 69.75º | 0.43% | 0.64% | - |
| HSV(B) | 69.75º | 0.4% | 0.79% | - |
| XYZ | 45.62 | 54.47 | 26.52 | - |
| YUV | 188.99 | 90.19 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 122 | 0.06 | 0 | 0.40 | 0.21 | 69.75 | 0.43 | 0.64 |
| Hex | BD | CA | 7A | 6 | 0 | 28 | 15 | 46 | 2B | 40 |
| Octal | 275 | 312 | 172 | 6 | 0 | 50 | 25 | 106 | 53 | 100 |
| Binary | 10111101 | 11001010 | 1111010 | 110 | 0 | 101000 | 10101 | 1000110 | 101011 | 1000000 |
Color Harmonies of #BDCA7A
Complementary color
Monochromatic Colors of #BDCA7A
Black with #BDCA7A
Text Example
Text Example
White with #BDCA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCA7A; }
p { color: rgb(189,202,122); }
H1.HeaderClassName
{
color: #BDCA7A;
}
.AnyTagClassName
{
color: #BDCA7A;
}
</style>
background-color css
<style>
a { background-color: #BDCA7A; }
a { background-color: rgb(189,202,122); }
div.DivClassName
{
background-color: #BDCA7A;
}
.BgClassName
{
background-color: #BDCA7A;
}
</style>
border-color css
<style>
span { border-color: #BDCA7A; }
span { border-color: rgb(189,202,122); }
td.TdClassName
{
border-color: #BDCA7A;
}
.TagClassName
{
border-color: #BDCA7A;
}
</style>