Shades of Pine Glade #BDC08A
Tints of Pine Glade #BDC08A
RGB
CMYK
RGB Variations
Color information
#BDC08A (or 0xBDC08A) is known color: Pine Glade. HEX triplet: BD, C0 and 8A. RGB value is (189,192,138). Sum of RGB (Red+Green+Blue) = 189+192+138=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC08A is #423F75. Grayscale: #B9B9B9. Windows color (decimal): -4341622 or 9093309. OLE color: 9093309.
HSL color Cylindrical-coordinate representation of color #BDC08A: hue angle of 63.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC08A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 192 | 138 | - |
| CMYK | 0.02 | 0 | 0.28 | 0.25 |
| HSL | 63.33º | 0.3% | 0.65% | - |
| HSV(B) | 63.33º | 0.28% | 0.75% | - |
| XYZ | 44.42 | 50.35 | 31.42 | - |
| YUV | 184.95 | 101.51 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 192 | 138 | 0.02 | 0 | 0.28 | 0.25 | 63.33 | 0.3 | 0.65 |
| Hex | BD | C0 | 8A | 2 | 0 | 1C | 19 | 3F | 1E | 41 |
| Octal | 275 | 300 | 212 | 2 | 0 | 34 | 31 | 77 | 36 | 101 |
| Binary | 10111101 | 11000000 | 10001010 | 10 | 0 | 11100 | 11001 | 111111 | 11110 | 1000001 |
Color Harmonies of #BDC08A
Complementary color
Monochromatic Colors of #BDC08A
Black with #BDC08A
Text Example
Text Example
White with #BDC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC08A; }
p { color: rgb(189,192,138); }
H1.HeaderClassName
{
color: #BDC08A;
}
.AnyTagClassName
{
color: #BDC08A;
}
</style>
background-color css
<style>
a { background-color: #BDC08A; }
a { background-color: rgb(189,192,138); }
div.DivClassName
{
background-color: #BDC08A;
}
.BgClassName
{
background-color: #BDC08A;
}
</style>
border-color css
<style>
span { border-color: #BDC08A; }
span { border-color: rgb(189,192,138); }
td.TdClassName
{
border-color: #BDC08A;
}
.TagClassName
{
border-color: #BDC08A;
}
</style>