Shades of Pine Glade #C1CB76
Tints of Pine Glade #C1CB76
RGB
CMYK
RGB Variations
Color information
#C1CB76 (or 0xC1CB76) is known color: Pine Glade. HEX triplet: C1, CB and 76. RGB value is (193,203,118). Sum of RGB (Red+Green+Blue) = 193+203+118=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CB76 is #3E3489. Grayscale: #BEBEBE. Windows color (decimal): -4076682 or 7785409. OLE color: 7785409.
HSL color Cylindrical-coordinate representation of color #C1CB76: hue angle of 67.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1CB76 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 118 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.20 |
| HSL | 67.06º | 0.45% | 0.63% | - |
| HSV(B) | 67.06º | 0.42% | 0.8% | - |
| XYZ | 46.62 | 55.36 | 25.37 | - |
| YUV | 190.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 118 | 0.05 | 0 | 0.42 | 0.20 | 67.06 | 0.45 | 0.63 |
| Hex | C1 | CB | 76 | 5 | 0 | 2A | 14 | 43 | 2D | 3F |
| Octal | 301 | 313 | 166 | 5 | 0 | 52 | 24 | 103 | 55 | 77 |
| Binary | 11000001 | 11001011 | 1110110 | 101 | 0 | 101010 | 10100 | 1000011 | 101101 | 111111 |
Color Harmonies of #C1CB76
Complementary color
Monochromatic Colors of #C1CB76
Black with #C1CB76
Text Example
Text Example
White with #C1CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB76; }
p { color: rgb(193,203,118); }
H1.HeaderClassName
{
color: #C1CB76;
}
.AnyTagClassName
{
color: #C1CB76;
}
</style>
background-color css
<style>
a { background-color: #C1CB76; }
a { background-color: rgb(193,203,118); }
div.DivClassName
{
background-color: #C1CB76;
}
.BgClassName
{
background-color: #C1CB76;
}
</style>
border-color css
<style>
span { border-color: #C1CB76; }
span { border-color: rgb(193,203,118); }
td.TdClassName
{
border-color: #C1CB76;
}
.TagClassName
{
border-color: #C1CB76;
}
</style>