Shades of Pine Glade #BDC28A
Tints of Pine Glade #BDC28A
RGB
CMYK
RGB Variations
Color information
#BDC28A (or 0xBDC28A) is known color: Pine Glade. HEX triplet: BD, C2 and 8A. RGB value is (189,194,138). Sum of RGB (Red+Green+Blue) = 189+194+138=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28A is #423D75. Grayscale: #BABABA. Windows color (decimal): -4341110 or 9093821. OLE color: 9093821.
HSL color Cylindrical-coordinate representation of color #BDC28A: hue angle of 65.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDC28A is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 138 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.24 |
| HSL | 65.36º | 0.31% | 0.65% | - |
| HSV(B) | 65.36º | 0.29% | 0.76% | - |
| XYZ | 44.87 | 51.24 | 31.57 | - |
| YUV | 186.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 138 | 0.03 | 0 | 0.29 | 0.24 | 65.36 | 0.31 | 0.65 |
| Hex | BD | C2 | 8A | 3 | 0 | 1D | 18 | 41 | 1F | 41 |
| Octal | 275 | 302 | 212 | 3 | 0 | 35 | 30 | 101 | 37 | 101 |
| Binary | 10111101 | 11000010 | 10001010 | 11 | 0 | 11101 | 11000 | 1000001 | 11111 | 1000001 |
Color Harmonies of #BDC28A
Complementary color
Monochromatic Colors of #BDC28A
Black with #BDC28A
Text Example
Text Example
White with #BDC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC28A; }
p { color: rgb(189,194,138); }
H1.HeaderClassName
{
color: #BDC28A;
}
.AnyTagClassName
{
color: #BDC28A;
}
</style>
background-color css
<style>
a { background-color: #BDC28A; }
a { background-color: rgb(189,194,138); }
div.DivClassName
{
background-color: #BDC28A;
}
.BgClassName
{
background-color: #BDC28A;
}
</style>
border-color css
<style>
span { border-color: #BDC28A; }
span { border-color: rgb(189,194,138); }
td.TdClassName
{
border-color: #BDC28A;
}
.TagClassName
{
border-color: #BDC28A;
}
</style>