Shades of Pine Glade #C2BB79
Tints of Pine Glade #C2BB79
RGB
CMYK
RGB Variations
Color information
#C2BB79 (or 0xC2BB79) is known color: Pine Glade. HEX triplet: C2, BB and 79. RGB value is (194,187,121). Sum of RGB (Red+Green+Blue) = 194+187+121=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB79 is #3D4486. Grayscale: #B5B5B5. Windows color (decimal): -4015239 or 7977922. OLE color: 7977922.
HSL color Cylindrical-coordinate representation of color #C2BB79: hue angle of 54.25º degrees, saturation: 0.37, 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 #C2BB79 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 121 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.24 |
| HSL | 54.25º | 0.37% | 0.62% | - |
| HSV(B) | 54.25º | 0.38% | 0.76% | - |
| XYZ | 43.47 | 48.39 | 25.14 | - |
| YUV | 181.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 121 | 0 | 0.04 | 0.38 | 0.24 | 54.25 | 0.37 | 0.62 |
| Hex | C2 | BB | 79 | 0 | 4 | 26 | 18 | 36 | 25 | 3E |
| Octal | 302 | 273 | 171 | 0 | 4 | 46 | 30 | 66 | 45 | 76 |
| Binary | 11000010 | 10111011 | 1111001 | 0 | 100 | 100110 | 11000 | 110110 | 100101 | 111110 |
Color Harmonies of #C2BB79
Complementary color
Monochromatic Colors of #C2BB79
Black with #C2BB79
Text Example
Text Example
White with #C2BB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB79; }
p { color: rgb(194,187,121); }
H1.HeaderClassName
{
color: #C2BB79;
}
.AnyTagClassName
{
color: #C2BB79;
}
</style>
background-color css
<style>
a { background-color: #C2BB79; }
a { background-color: rgb(194,187,121); }
div.DivClassName
{
background-color: #C2BB79;
}
.BgClassName
{
background-color: #C2BB79;
}
</style>
border-color css
<style>
span { border-color: #C2BB79; }
span { border-color: rgb(194,187,121); }
td.TdClassName
{
border-color: #C2BB79;
}
.TagClassName
{
border-color: #C2BB79;
}
</style>