Shades of Pine Glade #BDC378
Tints of Pine Glade #BDC378
RGB
CMYK
RGB Variations
Color information
#BDC378 (or 0xBDC378) is known color: Pine Glade. HEX triplet: BD, C3 and 78. RGB value is (189,195,120). Sum of RGB (Red+Green+Blue) = 189+195+120=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC378 is #423C87. Grayscale: #B8B8B8. Windows color (decimal): -4340872 or 7914429. OLE color: 7914429.
HSL color Cylindrical-coordinate representation of color #BDC378: hue angle of 64.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC378 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 195 | 120 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.24 |
| HSL | 64.8º | 0.38% | 0.62% | - |
| HSV(B) | 64.8º | 0.38% | 0.76% | - |
| XYZ | 43.89 | 51.21 | 25.34 | - |
| YUV | 184.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 120 | 0.03 | 0 | 0.38 | 0.24 | 64.8 | 0.38 | 0.62 |
| Hex | BD | C3 | 78 | 3 | 0 | 26 | 18 | 41 | 26 | 3E |
| Octal | 275 | 303 | 170 | 3 | 0 | 46 | 30 | 101 | 46 | 76 |
| Binary | 10111101 | 11000011 | 1111000 | 11 | 0 | 100110 | 11000 | 1000001 | 100110 | 111110 |
Color Harmonies of #BDC378
Complementary color
Monochromatic Colors of #BDC378
Black with #BDC378
Text Example
Text Example
White with #BDC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC378; }
p { color: rgb(189,195,120); }
H1.HeaderClassName
{
color: #BDC378;
}
.AnyTagClassName
{
color: #BDC378;
}
</style>
background-color css
<style>
a { background-color: #BDC378; }
a { background-color: rgb(189,195,120); }
div.DivClassName
{
background-color: #BDC378;
}
.BgClassName
{
background-color: #BDC378;
}
</style>
border-color css
<style>
span { border-color: #BDC378; }
span { border-color: rgb(189,195,120); }
td.TdClassName
{
border-color: #BDC378;
}
.TagClassName
{
border-color: #BDC378;
}
</style>