Shades of Pine Glade #BDC176
Tints of Pine Glade #BDC176
RGB
CMYK
RGB Variations
Color information
#BDC176 (or 0xBDC176) is known color: Pine Glade. HEX triplet: BD, C1 and 76. RGB value is (189,193,118). Sum of RGB (Red+Green+Blue) = 189+193+118=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC176 is #423E89. Grayscale: #B7B7B7. Windows color (decimal): -4341386 or 7782845. OLE color: 7782845.
HSL color Cylindrical-coordinate representation of color #BDC176: hue angle of 63.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC176 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 193 | 118 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.24 |
| HSL | 63.2º | 0.38% | 0.61% | - |
| HSV(B) | 63.2º | 0.39% | 0.76% | - |
| XYZ | 43.33 | 50.27 | 24.56 | - |
| YUV | 183.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 118 | 0.02 | 0 | 0.39 | 0.24 | 63.2 | 0.38 | 0.61 |
| Hex | BD | C1 | 76 | 2 | 0 | 27 | 18 | 3F | 26 | 3D |
| Octal | 275 | 301 | 166 | 2 | 0 | 47 | 30 | 77 | 46 | 75 |
| Binary | 10111101 | 11000001 | 1110110 | 10 | 0 | 100111 | 11000 | 111111 | 100110 | 111101 |
Color Harmonies of #BDC176
Complementary color
Monochromatic Colors of #BDC176
Black with #BDC176
Text Example
Text Example
White with #BDC176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC176; }
p { color: rgb(189,193,118); }
H1.HeaderClassName
{
color: #BDC176;
}
.AnyTagClassName
{
color: #BDC176;
}
</style>
background-color css
<style>
a { background-color: #BDC176; }
a { background-color: rgb(189,193,118); }
div.DivClassName
{
background-color: #BDC176;
}
.BgClassName
{
background-color: #BDC176;
}
</style>
border-color css
<style>
span { border-color: #BDC176; }
span { border-color: rgb(189,193,118); }
td.TdClassName
{
border-color: #BDC176;
}
.TagClassName
{
border-color: #BDC176;
}
</style>