Shades of Pine Glade #C4C87D
Tints of Pine Glade #C4C87D
RGB
CMYK
RGB Variations
Color information
#C4C87D (or 0xC4C87D) is known color: Pine Glade. HEX triplet: C4, C8 and 7D. RGB value is (196,200,125). Sum of RGB (Red+Green+Blue) = 196+200+125=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C87D is #3B3782. Grayscale: #BEBEBE. Windows color (decimal): -3880835 or 8243396. OLE color: 8243396.
HSL color Cylindrical-coordinate representation of color #C4C87D: hue angle of 63.2º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4C87D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 125 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.22 |
| HSL | 63.2º | 0.41% | 0.64% | - |
| HSV(B) | 63.2º | 0.38% | 0.78% | - |
| XYZ | 47.12 | 54.52 | 27.44 | - |
| YUV | 190.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 125 | 0.02 | 0 | 0.38 | 0.22 | 63.2 | 0.41 | 0.64 |
| Hex | C4 | C8 | 7D | 2 | 0 | 26 | 16 | 3F | 29 | 40 |
| Octal | 304 | 310 | 175 | 2 | 0 | 46 | 26 | 77 | 51 | 100 |
| Binary | 11000100 | 11001000 | 1111101 | 10 | 0 | 100110 | 10110 | 111111 | 101001 | 1000000 |
Color Harmonies of #C4C87D
Complementary color
Monochromatic Colors of #C4C87D
Black with #C4C87D
Text Example
Text Example
White with #C4C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C87D; }
p { color: rgb(196,200,125); }
H1.HeaderClassName
{
color: #C4C87D;
}
.AnyTagClassName
{
color: #C4C87D;
}
</style>
background-color css
<style>
a { background-color: #C4C87D; }
a { background-color: rgb(196,200,125); }
div.DivClassName
{
background-color: #C4C87D;
}
.BgClassName
{
background-color: #C4C87D;
}
</style>
border-color css
<style>
span { border-color: #C4C87D; }
span { border-color: rgb(196,200,125); }
td.TdClassName
{
border-color: #C4C87D;
}
.TagClassName
{
border-color: #C4C87D;
}
</style>