Shades of Pine Glade #BDC373
Tints of Pine Glade #BDC373
RGB
CMYK
RGB Variations
Color information
#BDC373 (or 0xBDC373) is known color: Pine Glade. HEX triplet: BD, C3 and 73. RGB value is (189,195,115). Sum of RGB (Red+Green+Blue) = 189+195+115=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 115 (45.31% from 255 or 23.05% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC373 is #423C8C. Grayscale: #B8B8B8. Windows color (decimal): -4340877 or 7586749. OLE color: 7586749.
HSL color Cylindrical-coordinate representation of color #BDC373: hue angle of 64.5º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC373 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 115 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.24 |
| HSL | 64.5º | 0.4% | 0.61% | - |
| HSV(B) | 64.5º | 0.41% | 0.76% | - |
| XYZ | 43.6 | 51.09 | 23.78 | - |
| YUV | 184.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 115 | 0.03 | 0 | 0.41 | 0.24 | 64.5 | 0.4 | 0.61 |
| Hex | BD | C3 | 73 | 3 | 0 | 29 | 18 | 40 | 28 | 3D |
| Octal | 275 | 303 | 163 | 3 | 0 | 51 | 30 | 100 | 50 | 75 |
| Binary | 10111101 | 11000011 | 1110011 | 11 | 0 | 101001 | 11000 | 1000000 | 101000 | 111101 |
Color Harmonies of #BDC373
Complementary color
Monochromatic Colors of #BDC373
Black with #BDC373
Text Example
Text Example
White with #BDC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC373; }
p { color: rgb(189,195,115); }
H1.HeaderClassName
{
color: #BDC373;
}
.AnyTagClassName
{
color: #BDC373;
}
</style>
background-color css
<style>
a { background-color: #BDC373; }
a { background-color: rgb(189,195,115); }
div.DivClassName
{
background-color: #BDC373;
}
.BgClassName
{
background-color: #BDC373;
}
</style>
border-color css
<style>
span { border-color: #BDC373; }
span { border-color: rgb(189,195,115); }
td.TdClassName
{
border-color: #BDC373;
}
.TagClassName
{
border-color: #BDC373;
}
</style>