Shades of Pine Glade #BDC27B
Tints of Pine Glade #BDC27B
RGB
CMYK
RGB Variations
Color information
#BDC27B (or 0xBDC27B) is known color: Pine Glade. HEX triplet: BD, C2 and 7B. RGB value is (189,194,123). Sum of RGB (Red+Green+Blue) = 189+194+123=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC27B is #423D84. Grayscale: #B8B8B8. Windows color (decimal): -4341125 or 8110781. OLE color: 8110781.
HSL color Cylindrical-coordinate representation of color #BDC27B: hue angle of 64.23º 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 #BDC27B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 194 | 123 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.24 |
| HSL | 64.23º | 0.37% | 0.62% | - |
| HSV(B) | 64.23º | 0.37% | 0.76% | - |
| XYZ | 43.85 | 50.83 | 26.24 | - |
| YUV | 184.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 123 | 0.03 | 0 | 0.37 | 0.24 | 64.23 | 0.37 | 0.62 |
| Hex | BD | C2 | 7B | 3 | 0 | 25 | 18 | 40 | 25 | 3E |
| Octal | 275 | 302 | 173 | 3 | 0 | 45 | 30 | 100 | 45 | 76 |
| Binary | 10111101 | 11000010 | 1111011 | 11 | 0 | 100101 | 11000 | 1000000 | 100101 | 111110 |
Color Harmonies of #BDC27B
Complementary color
Monochromatic Colors of #BDC27B
Black with #BDC27B
Text Example
Text Example
White with #BDC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC27B; }
p { color: rgb(189,194,123); }
H1.HeaderClassName
{
color: #BDC27B;
}
.AnyTagClassName
{
color: #BDC27B;
}
</style>
background-color css
<style>
a { background-color: #BDC27B; }
a { background-color: rgb(189,194,123); }
div.DivClassName
{
background-color: #BDC27B;
}
.BgClassName
{
background-color: #BDC27B;
}
</style>
border-color css
<style>
span { border-color: #BDC27B; }
span { border-color: rgb(189,194,123); }
td.TdClassName
{
border-color: #BDC27B;
}
.TagClassName
{
border-color: #BDC27B;
}
</style>