Shades of Pine Glade #C0BE77
Tints of Pine Glade #C0BE77
RGB
CMYK
RGB Variations
Color information
#C0BE77 (or 0xC0BE77) is known color: Pine Glade. HEX triplet: C0, BE and 77. RGB value is (192,190,119). Sum of RGB (Red+Green+Blue) = 192+190+119=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE77 is #3F4188. Grayscale: #B6B6B6. Windows color (decimal): -4145545 or 7847616. OLE color: 7847616.
HSL color Cylindrical-coordinate representation of color #C0BE77: hue angle of 58.36º degrees, saturation: 0.37, 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 #C0BE77 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 119 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.25 |
| HSL | 58.36º | 0.37% | 0.61% | - |
| HSV(B) | 58.36º | 0.38% | 0.75% | - |
| XYZ | 43.48 | 49.37 | 24.69 | - |
| YUV | 182.5 | 92.16 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 119 | 0 | 0.01 | 0.38 | 0.25 | 58.36 | 0.37 | 0.61 |
| Hex | C0 | BE | 77 | 0 | 1 | 26 | 19 | 3A | 25 | 3D |
| Octal | 300 | 276 | 167 | 0 | 1 | 46 | 31 | 72 | 45 | 75 |
| Binary | 11000000 | 10111110 | 1110111 | 0 | 1 | 100110 | 11001 | 111010 | 100101 | 111101 |
Color Harmonies of #C0BE77
Complementary color
Monochromatic Colors of #C0BE77
Black with #C0BE77
Text Example
Text Example
White with #C0BE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE77; }
p { color: rgb(192,190,119); }
H1.HeaderClassName
{
color: #C0BE77;
}
.AnyTagClassName
{
color: #C0BE77;
}
</style>
background-color css
<style>
a { background-color: #C0BE77; }
a { background-color: rgb(192,190,119); }
div.DivClassName
{
background-color: #C0BE77;
}
.BgClassName
{
background-color: #C0BE77;
}
</style>
border-color css
<style>
span { border-color: #C0BE77; }
span { border-color: rgb(192,190,119); }
td.TdClassName
{
border-color: #C0BE77;
}
.TagClassName
{
border-color: #C0BE77;
}
</style>