Shades of Pine Glade #BDC17D
Tints of Pine Glade #BDC17D
RGB
CMYK
RGB Variations
Color information
#BDC17D (or 0xBDC17D) is known color: Pine Glade. HEX triplet: BD, C1 and 7D. RGB value is (189,193,125). Sum of RGB (Red+Green+Blue) = 189+193+125=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC17D is #423E82. Grayscale: #B8B8B8. Windows color (decimal): -4341379 or 8241597. OLE color: 8241597.
HSL color Cylindrical-coordinate representation of color #BDC17D: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC17D is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 125 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.24 |
| HSL | 63.53º | 0.35% | 0.62% | - |
| HSV(B) | 63.53º | 0.35% | 0.76% | - |
| XYZ | 43.76 | 50.44 | 26.83 | - |
| YUV | 184.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 125 | 0.02 | 0 | 0.35 | 0.24 | 63.53 | 0.35 | 0.62 |
| Hex | BD | C1 | 7D | 2 | 0 | 23 | 18 | 40 | 23 | 3E |
| Octal | 275 | 301 | 175 | 2 | 0 | 43 | 30 | 100 | 43 | 76 |
| Binary | 10111101 | 11000001 | 1111101 | 10 | 0 | 100011 | 11000 | 1000000 | 100011 | 111110 |
Color Harmonies of #BDC17D
Complementary color
Monochromatic Colors of #BDC17D
Black with #BDC17D
Text Example
Text Example
White with #BDC17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC17D; }
p { color: rgb(189,193,125); }
H1.HeaderClassName
{
color: #BDC17D;
}
.AnyTagClassName
{
color: #BDC17D;
}
</style>
background-color css
<style>
a { background-color: #BDC17D; }
a { background-color: rgb(189,193,125); }
div.DivClassName
{
background-color: #BDC17D;
}
.BgClassName
{
background-color: #BDC17D;
}
</style>
border-color css
<style>
span { border-color: #BDC17D; }
span { border-color: rgb(189,193,125); }
td.TdClassName
{
border-color: #BDC17D;
}
.TagClassName
{
border-color: #BDC17D;
}
</style>