Shades of Pine Glade #BDC77C
Tints of Pine Glade #BDC77C
RGB
CMYK
RGB Variations
Color information
#BDC77C (or 0xBDC77C) is known color: Pine Glade. HEX triplet: BD, C7 and 7C. RGB value is (189,199,124). Sum of RGB (Red+Green+Blue) = 189+199+124=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC77C is #423883. Grayscale: #BBBBBB. Windows color (decimal): -4339844 or 8177597. OLE color: 8177597.
HSL color Cylindrical-coordinate representation of color #BDC77C: hue angle of 68º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC77C is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 124 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.22 |
| HSL | 68º | 0.4% | 0.63% | - |
| HSV(B) | 68º | 0.38% | 0.78% | - |
| XYZ | 45.05 | 53.12 | 26.95 | - |
| YUV | 187.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 124 | 0.05 | 0 | 0.38 | 0.22 | 68 | 0.4 | 0.63 |
| Hex | BD | C7 | 7C | 5 | 0 | 26 | 16 | 44 | 28 | 3F |
| Octal | 275 | 307 | 174 | 5 | 0 | 46 | 26 | 104 | 50 | 77 |
| Binary | 10111101 | 11000111 | 1111100 | 101 | 0 | 100110 | 10110 | 1000100 | 101000 | 111111 |
Color Harmonies of #BDC77C
Complementary color
Monochromatic Colors of #BDC77C
Black with #BDC77C
Text Example
Text Example
White with #BDC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC77C; }
p { color: rgb(189,199,124); }
H1.HeaderClassName
{
color: #BDC77C;
}
.AnyTagClassName
{
color: #BDC77C;
}
</style>
background-color css
<style>
a { background-color: #BDC77C; }
a { background-color: rgb(189,199,124); }
div.DivClassName
{
background-color: #BDC77C;
}
.BgClassName
{
background-color: #BDC77C;
}
</style>
border-color css
<style>
span { border-color: #BDC77C; }
span { border-color: rgb(189,199,124); }
td.TdClassName
{
border-color: #BDC77C;
}
.TagClassName
{
border-color: #BDC77C;
}
</style>