Shades of Pine Glade #C4C57B
Tints of Pine Glade #C4C57B
RGB
CMYK
RGB Variations
Color information
#C4C57B (or 0xC4C57B) is known color: Pine Glade. HEX triplet: C4, C5 and 7B. RGB value is (196,197,123). Sum of RGB (Red+Green+Blue) = 196+197+123=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C57B is #3B3A84. Grayscale: #BCBCBC. Windows color (decimal): -3881605 or 8111556. OLE color: 8111556.
HSL color Cylindrical-coordinate representation of color #C4C57B: hue angle of 60.81º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4C57B is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 123 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.23 |
| HSL | 60.81º | 0.39% | 0.63% | - |
| HSV(B) | 60.81º | 0.38% | 0.77% | - |
| XYZ | 46.31 | 53.1 | 26.55 | - |
| YUV | 188.27 | 91.17 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 123 | 0.01 | 0 | 0.38 | 0.23 | 60.81 | 0.39 | 0.63 |
| Hex | C4 | C5 | 7B | 1 | 0 | 26 | 17 | 3D | 27 | 3F |
| Octal | 304 | 305 | 173 | 1 | 0 | 46 | 27 | 75 | 47 | 77 |
| Binary | 11000100 | 11000101 | 1111011 | 1 | 0 | 100110 | 10111 | 111101 | 100111 | 111111 |
Color Harmonies of #C4C57B
Complementary color
Monochromatic Colors of #C4C57B
Black with #C4C57B
Text Example
Text Example
White with #C4C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C57B; }
p { color: rgb(196,197,123); }
H1.HeaderClassName
{
color: #C4C57B;
}
.AnyTagClassName
{
color: #C4C57B;
}
</style>
background-color css
<style>
a { background-color: #C4C57B; }
a { background-color: rgb(196,197,123); }
div.DivClassName
{
background-color: #C4C57B;
}
.BgClassName
{
background-color: #C4C57B;
}
</style>
border-color css
<style>
span { border-color: #C4C57B; }
span { border-color: rgb(196,197,123); }
td.TdClassName
{
border-color: #C4C57B;
}
.TagClassName
{
border-color: #C4C57B;
}
</style>