Shades of Pine Glade #C2CB77
Tints of Pine Glade #C2CB77
RGB
CMYK
RGB Variations
Color information
#C2CB77 (or 0xC2CB77) is known color: Pine Glade. HEX triplet: C2, CB and 77. RGB value is (194,203,119). Sum of RGB (Red+Green+Blue) = 194+203+119=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB77 is #3D3488. Grayscale: #BFBFBF. Windows color (decimal): -4011145 or 7850946. OLE color: 7850946.
HSL color Cylindrical-coordinate representation of color #C2CB77: hue angle of 66.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2CB77 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 119 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.20 |
| HSL | 66.43º | 0.45% | 0.63% | - |
| HSV(B) | 66.43º | 0.41% | 0.8% | - |
| XYZ | 46.93 | 55.51 | 25.69 | - |
| YUV | 190.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 119 | 0.04 | 0 | 0.41 | 0.20 | 66.43 | 0.45 | 0.63 |
| Hex | C2 | CB | 77 | 4 | 0 | 29 | 14 | 42 | 2D | 3F |
| Octal | 302 | 313 | 167 | 4 | 0 | 51 | 24 | 102 | 55 | 77 |
| Binary | 11000010 | 11001011 | 1110111 | 100 | 0 | 101001 | 10100 | 1000010 | 101101 | 111111 |
Color Harmonies of #C2CB77
Complementary color
Monochromatic Colors of #C2CB77
Black with #C2CB77
Text Example
Text Example
White with #C2CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB77; }
p { color: rgb(194,203,119); }
H1.HeaderClassName
{
color: #C2CB77;
}
.AnyTagClassName
{
color: #C2CB77;
}
</style>
background-color css
<style>
a { background-color: #C2CB77; }
a { background-color: rgb(194,203,119); }
div.DivClassName
{
background-color: #C2CB77;
}
.BgClassName
{
background-color: #C2CB77;
}
</style>
border-color css
<style>
span { border-color: #C2CB77; }
span { border-color: rgb(194,203,119); }
td.TdClassName
{
border-color: #C2CB77;
}
.TagClassName
{
border-color: #C2CB77;
}
</style>