Shades of Pine Glade #BDC375
Tints of Pine Glade #BDC375
RGB
CMYK
RGB Variations
Color information
#BDC375 (or 0xBDC375) is known color: Pine Glade. HEX triplet: BD, C3 and 75. RGB value is (189,195,117). Sum of RGB (Red+Green+Blue) = 189+195+117=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC375 is #423C8A. Grayscale: #B8B8B8. Windows color (decimal): -4340875 or 7717821. OLE color: 7717821.
HSL color Cylindrical-coordinate representation of color #BDC375: hue angle of 64.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC375 is Cyan = 0.03, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 117 | - |
| CMYK | 0.03 | 0 | 0.4 | 0.24 |
| HSL | 64.62º | 0.39% | 0.61% | - |
| HSV(B) | 64.62º | 0.4% | 0.76% | - |
| XYZ | 43.71 | 51.13 | 24.4 | - |
| YUV | 184.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 117 | 0.03 | 0 | 0.4 | 0.24 | 64.62 | 0.39 | 0.61 |
| Hex | BD | C3 | 75 | 3 | 0 | 28 | 18 | 41 | 27 | 3D |
| Octal | 275 | 303 | 165 | 3 | 0 | 50 | 30 | 101 | 47 | 75 |
| Binary | 10111101 | 11000011 | 1110101 | 11 | 0 | 101000 | 11000 | 1000001 | 100111 | 111101 |
Color Harmonies of #BDC375
Complementary color
Monochromatic Colors of #BDC375
Black with #BDC375
Text Example
Text Example
White with #BDC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC375; }
p { color: rgb(189,195,117); }
H1.HeaderClassName
{
color: #BDC375;
}
.AnyTagClassName
{
color: #BDC375;
}
</style>
background-color css
<style>
a { background-color: #BDC375; }
a { background-color: rgb(189,195,117); }
div.DivClassName
{
background-color: #BDC375;
}
.BgClassName
{
background-color: #BDC375;
}
</style>
border-color css
<style>
span { border-color: #BDC375; }
span { border-color: rgb(189,195,117); }
td.TdClassName
{
border-color: #BDC375;
}
.TagClassName
{
border-color: #BDC375;
}
</style>