Shades of Pine Glade #BDC17B
Tints of Pine Glade #BDC17B
RGB
CMYK
RGB Variations
Color information
#BDC17B (or 0xBDC17B) is known color: Pine Glade. HEX triplet: BD, C1 and 7B. RGB value is (189,193,123). Sum of RGB (Red+Green+Blue) = 189+193+123=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC17B is #423E84. Grayscale: #B8B8B8. Windows color (decimal): -4341381 or 8110525. OLE color: 8110525.
HSL color Cylindrical-coordinate representation of color #BDC17B: hue angle of 63.43º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDC17B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 123 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.24 |
| HSL | 63.43º | 0.36% | 0.62% | - |
| HSV(B) | 63.43º | 0.36% | 0.76% | - |
| XYZ | 43.63 | 50.39 | 26.17 | - |
| YUV | 183.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 123 | 0.02 | 0 | 0.36 | 0.24 | 63.43 | 0.36 | 0.62 |
| Hex | BD | C1 | 7B | 2 | 0 | 24 | 18 | 3F | 24 | 3E |
| Octal | 275 | 301 | 173 | 2 | 0 | 44 | 30 | 77 | 44 | 76 |
| Binary | 10111101 | 11000001 | 1111011 | 10 | 0 | 100100 | 11000 | 111111 | 100100 | 111110 |
Color Harmonies of #BDC17B
Complementary color
Monochromatic Colors of #BDC17B
Black with #BDC17B
Text Example
Text Example
White with #BDC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC17B; }
p { color: rgb(189,193,123); }
H1.HeaderClassName
{
color: #BDC17B;
}
.AnyTagClassName
{
color: #BDC17B;
}
</style>
background-color css
<style>
a { background-color: #BDC17B; }
a { background-color: rgb(189,193,123); }
div.DivClassName
{
background-color: #BDC17B;
}
.BgClassName
{
background-color: #BDC17B;
}
</style>
border-color css
<style>
span { border-color: #BDC17B; }
span { border-color: rgb(189,193,123); }
td.TdClassName
{
border-color: #BDC17B;
}
.TagClassName
{
border-color: #BDC17B;
}
</style>