Shades of Pine Glade #C0BF78
Tints of Pine Glade #C0BF78
RGB
CMYK
RGB Variations
Color information
#C0BF78 (or 0xC0BF78) is known color: Pine Glade. HEX triplet: C0, BF and 78. RGB value is (192,191,120). Sum of RGB (Red+Green+Blue) = 192+191+120=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF78 is #3F4087. Grayscale: #B7B7B7. Windows color (decimal): -4145288 or 7913408. OLE color: 7913408.
HSL color Cylindrical-coordinate representation of color #C0BF78: hue angle of 59.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0BF78 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 120 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.25 |
| HSL | 59.17º | 0.36% | 0.61% | - |
| HSV(B) | 59.17º | 0.38% | 0.75% | - |
| XYZ | 43.76 | 49.82 | 25.08 | - |
| YUV | 183.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 120 | 0 | 0.01 | 0.38 | 0.25 | 59.17 | 0.36 | 0.61 |
| Hex | C0 | BF | 78 | 0 | 1 | 26 | 19 | 3B | 24 | 3D |
| Octal | 300 | 277 | 170 | 0 | 1 | 46 | 31 | 73 | 44 | 75 |
| Binary | 11000000 | 10111111 | 1111000 | 0 | 1 | 100110 | 11001 | 111011 | 100100 | 111101 |
Color Harmonies of #C0BF78
Complementary color
Monochromatic Colors of #C0BF78
Black with #C0BF78
Text Example
Text Example
White with #C0BF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF78; }
p { color: rgb(192,191,120); }
H1.HeaderClassName
{
color: #C0BF78;
}
.AnyTagClassName
{
color: #C0BF78;
}
</style>
background-color css
<style>
a { background-color: #C0BF78; }
a { background-color: rgb(192,191,120); }
div.DivClassName
{
background-color: #C0BF78;
}
.BgClassName
{
background-color: #C0BF78;
}
</style>
border-color css
<style>
span { border-color: #C0BF78; }
span { border-color: rgb(192,191,120); }
td.TdClassName
{
border-color: #C0BF78;
}
.TagClassName
{
border-color: #C0BF78;
}
</style>