Shades of Pine Glade #BDC77D
Tints of Pine Glade #BDC77D
RGB
CMYK
RGB Variations
Color information
#BDC77D (or 0xBDC77D) is known color: Pine Glade. HEX triplet: BD, C7 and 7D. RGB value is (189,199,125). Sum of RGB (Red+Green+Blue) = 189+199+125=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC77D is #423882. Grayscale: #BBBBBB. Windows color (decimal): -4339843 or 8243133. OLE color: 8243133.
HSL color Cylindrical-coordinate representation of color #BDC77D: hue angle of 68.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC77D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 125 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.22 |
| HSL | 68.11º | 0.4% | 0.64% | - |
| HSV(B) | 68.11º | 0.37% | 0.78% | - |
| XYZ | 45.11 | 53.15 | 27.28 | - |
| YUV | 187.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 125 | 0.05 | 0 | 0.37 | 0.22 | 68.11 | 0.4 | 0.64 |
| Hex | BD | C7 | 7D | 5 | 0 | 25 | 16 | 44 | 28 | 40 |
| Octal | 275 | 307 | 175 | 5 | 0 | 45 | 26 | 104 | 50 | 100 |
| Binary | 10111101 | 11000111 | 1111101 | 101 | 0 | 100101 | 10110 | 1000100 | 101000 | 1000000 |
Color Harmonies of #BDC77D
Complementary color
Monochromatic Colors of #BDC77D
Black with #BDC77D
Text Example
Text Example
White with #BDC77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC77D; }
p { color: rgb(189,199,125); }
H1.HeaderClassName
{
color: #BDC77D;
}
.AnyTagClassName
{
color: #BDC77D;
}
</style>
background-color css
<style>
a { background-color: #BDC77D; }
a { background-color: rgb(189,199,125); }
div.DivClassName
{
background-color: #BDC77D;
}
.BgClassName
{
background-color: #BDC77D;
}
</style>
border-color css
<style>
span { border-color: #BDC77D; }
span { border-color: rgb(189,199,125); }
td.TdClassName
{
border-color: #BDC77D;
}
.TagClassName
{
border-color: #BDC77D;
}
</style>