Shades of Pine Glade #BDC27A
Tints of Pine Glade #BDC27A
RGB
CMYK
RGB Variations
Color information
#BDC27A (or 0xBDC27A) is known color: Pine Glade. HEX triplet: BD, C2 and 7A. RGB value is (189,194,122). Sum of RGB (Red+Green+Blue) = 189+194+122=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC27A is #423D85. Grayscale: #B8B8B8. Windows color (decimal): -4341126 or 8045245. OLE color: 8045245.
HSL color Cylindrical-coordinate representation of color #BDC27A: hue angle of 64.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC27A is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 122 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.24 |
| HSL | 64.17º | 0.37% | 0.62% | - |
| HSV(B) | 64.17º | 0.37% | 0.76% | - |
| XYZ | 43.79 | 50.81 | 25.91 | - |
| YUV | 184.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 122 | 0.03 | 0 | 0.37 | 0.24 | 64.17 | 0.37 | 0.62 |
| Hex | BD | C2 | 7A | 3 | 0 | 25 | 18 | 40 | 25 | 3E |
| Octal | 275 | 302 | 172 | 3 | 0 | 45 | 30 | 100 | 45 | 76 |
| Binary | 10111101 | 11000010 | 1111010 | 11 | 0 | 100101 | 11000 | 1000000 | 100101 | 111110 |
Color Harmonies of #BDC27A
Complementary color
Monochromatic Colors of #BDC27A
Black with #BDC27A
Text Example
Text Example
White with #BDC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC27A; }
p { color: rgb(189,194,122); }
H1.HeaderClassName
{
color: #BDC27A;
}
.AnyTagClassName
{
color: #BDC27A;
}
</style>
background-color css
<style>
a { background-color: #BDC27A; }
a { background-color: rgb(189,194,122); }
div.DivClassName
{
background-color: #BDC27A;
}
.BgClassName
{
background-color: #BDC27A;
}
</style>
border-color css
<style>
span { border-color: #BDC27A; }
span { border-color: rgb(189,194,122); }
td.TdClassName
{
border-color: #BDC27A;
}
.TagClassName
{
border-color: #BDC27A;
}
</style>