Shades of Pine Glade #BDC77A
Tints of Pine Glade #BDC77A
RGB
CMYK
RGB Variations
Color information
#BDC77A (or 0xBDC77A) is known color: Pine Glade. HEX triplet: BD, C7 and 7A. RGB value is (189,199,122). Sum of RGB (Red+Green+Blue) = 189+199+122=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC77A is #423885. Grayscale: #BBBBBB. Windows color (decimal): -4339846 or 8046525. OLE color: 8046525.
HSL color Cylindrical-coordinate representation of color #BDC77A: hue angle of 67.79º 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 #BDC77A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 122 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.22 |
| HSL | 67.79º | 0.41% | 0.63% | - |
| HSV(B) | 67.79º | 0.39% | 0.78% | - |
| XYZ | 44.92 | 53.07 | 26.29 | - |
| YUV | 187.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 122 | 0.05 | 0 | 0.39 | 0.22 | 67.79 | 0.41 | 0.63 |
| Hex | BD | C7 | 7A | 5 | 0 | 27 | 16 | 44 | 29 | 3F |
| Octal | 275 | 307 | 172 | 5 | 0 | 47 | 26 | 104 | 51 | 77 |
| Binary | 10111101 | 11000111 | 1111010 | 101 | 0 | 100111 | 10110 | 1000100 | 101001 | 111111 |
Color Harmonies of #BDC77A
Complementary color
Monochromatic Colors of #BDC77A
Black with #BDC77A
Text Example
Text Example
White with #BDC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC77A; }
p { color: rgb(189,199,122); }
H1.HeaderClassName
{
color: #BDC77A;
}
.AnyTagClassName
{
color: #BDC77A;
}
</style>
background-color css
<style>
a { background-color: #BDC77A; }
a { background-color: rgb(189,199,122); }
div.DivClassName
{
background-color: #BDC77A;
}
.BgClassName
{
background-color: #BDC77A;
}
</style>
border-color css
<style>
span { border-color: #BDC77A; }
span { border-color: rgb(189,199,122); }
td.TdClassName
{
border-color: #BDC77A;
}
.TagClassName
{
border-color: #BDC77A;
}
</style>