Shades of Pine Glade #BDC07A
Tints of Pine Glade #BDC07A
RGB
CMYK
RGB Variations
Color information
#BDC07A (or 0xBDC07A) is known color: Pine Glade. HEX triplet: BD, C0 and 7A. RGB value is (189,192,122). Sum of RGB (Red+Green+Blue) = 189+192+122=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC07A is #423F85. Grayscale: #B7B7B7. Windows color (decimal): -4341638 or 8044733. OLE color: 8044733.
HSL color Cylindrical-coordinate representation of color #BDC07A: hue angle of 62.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDC07A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 122 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.25 |
| HSL | 62.57º | 0.36% | 0.62% | - |
| HSV(B) | 62.57º | 0.36% | 0.75% | - |
| XYZ | 43.35 | 49.92 | 25.76 | - |
| YUV | 183.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 122 | 0.02 | 0 | 0.36 | 0.25 | 62.57 | 0.36 | 0.62 |
| Hex | BD | C0 | 7A | 2 | 0 | 24 | 19 | 3F | 24 | 3E |
| Octal | 275 | 300 | 172 | 2 | 0 | 44 | 31 | 77 | 44 | 76 |
| Binary | 10111101 | 11000000 | 1111010 | 10 | 0 | 100100 | 11001 | 111111 | 100100 | 111110 |
Color Harmonies of #BDC07A
Complementary color
Monochromatic Colors of #BDC07A
Black with #BDC07A
Text Example
Text Example
White with #BDC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC07A; }
p { color: rgb(189,192,122); }
H1.HeaderClassName
{
color: #BDC07A;
}
.AnyTagClassName
{
color: #BDC07A;
}
</style>
background-color css
<style>
a { background-color: #BDC07A; }
a { background-color: rgb(189,192,122); }
div.DivClassName
{
background-color: #BDC07A;
}
.BgClassName
{
background-color: #BDC07A;
}
</style>
border-color css
<style>
span { border-color: #BDC07A; }
span { border-color: rgb(189,192,122); }
td.TdClassName
{
border-color: #BDC07A;
}
.TagClassName
{
border-color: #BDC07A;
}
</style>