Shades of Pine Glade #BDC97B
Tints of Pine Glade #BDC97B
RGB
CMYK
RGB Variations
Color information
#BDC97B (or 0xBDC97B) is known color: Pine Glade. HEX triplet: BD, C9 and 7B. RGB value is (189,201,123). Sum of RGB (Red+Green+Blue) = 189+201+123=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC97B is #423684. Grayscale: #BCBCBC. Windows color (decimal): -4339333 or 8112573. OLE color: 8112573.
HSL color Cylindrical-coordinate representation of color #BDC97B: hue angle of 69.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC97B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 123 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.21 |
| HSL | 69.23º | 0.42% | 0.64% | - |
| HSV(B) | 69.23º | 0.39% | 0.79% | - |
| XYZ | 45.45 | 54.02 | 26.77 | - |
| YUV | 188.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 123 | 0.06 | 0 | 0.39 | 0.21 | 69.23 | 0.42 | 0.64 |
| Hex | BD | C9 | 7B | 6 | 0 | 27 | 15 | 45 | 2A | 40 |
| Octal | 275 | 311 | 173 | 6 | 0 | 47 | 25 | 105 | 52 | 100 |
| Binary | 10111101 | 11001001 | 1111011 | 110 | 0 | 100111 | 10101 | 1000101 | 101010 | 1000000 |
Color Harmonies of #BDC97B
Complementary color
Monochromatic Colors of #BDC97B
Black with #BDC97B
Text Example
Text Example
White with #BDC97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC97B; }
p { color: rgb(189,201,123); }
H1.HeaderClassName
{
color: #BDC97B;
}
.AnyTagClassName
{
color: #BDC97B;
}
</style>
background-color css
<style>
a { background-color: #BDC97B; }
a { background-color: rgb(189,201,123); }
div.DivClassName
{
background-color: #BDC97B;
}
.BgClassName
{
background-color: #BDC97B;
}
</style>
border-color css
<style>
span { border-color: #BDC97B; }
span { border-color: rgb(189,201,123); }
td.TdClassName
{
border-color: #BDC97B;
}
.TagClassName
{
border-color: #BDC97B;
}
</style>