Shades of Pine Glade #BDC87A
Tints of Pine Glade #BDC87A
RGB
CMYK
RGB Variations
Color information
#BDC87A (or 0xBDC87A) is known color: Pine Glade. HEX triplet: BD, C8 and 7A. RGB value is (189,200,122). Sum of RGB (Red+Green+Blue) = 189+200+122=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC87A is #423785. Grayscale: #BCBCBC. Windows color (decimal): -4339590 or 8046781. OLE color: 8046781.
HSL color Cylindrical-coordinate representation of color #BDC87A: hue angle of 68.46º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC87A is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 200 | 122 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.22 |
| HSL | 68.46º | 0.41% | 0.63% | - |
| HSV(B) | 68.46º | 0.39% | 0.78% | - |
| XYZ | 45.15 | 53.53 | 26.37 | - |
| YUV | 187.82 | 90.86 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 122 | 0.06 | 0 | 0.39 | 0.22 | 68.46 | 0.41 | 0.63 |
| Hex | BD | C8 | 7A | 6 | 0 | 27 | 16 | 44 | 29 | 3F |
| Octal | 275 | 310 | 172 | 6 | 0 | 47 | 26 | 104 | 51 | 77 |
| Binary | 10111101 | 11001000 | 1111010 | 110 | 0 | 100111 | 10110 | 1000100 | 101001 | 111111 |
Color Harmonies of #BDC87A
Complementary color
Monochromatic Colors of #BDC87A
Black with #BDC87A
Text Example
Text Example
White with #BDC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC87A; }
p { color: rgb(189,200,122); }
H1.HeaderClassName
{
color: #BDC87A;
}
.AnyTagClassName
{
color: #BDC87A;
}
</style>
background-color css
<style>
a { background-color: #BDC87A; }
a { background-color: rgb(189,200,122); }
div.DivClassName
{
background-color: #BDC87A;
}
.BgClassName
{
background-color: #BDC87A;
}
</style>
border-color css
<style>
span { border-color: #BDC87A; }
span { border-color: rgb(189,200,122); }
td.TdClassName
{
border-color: #BDC87A;
}
.TagClassName
{
border-color: #BDC87A;
}
</style>