Shades of Deco #C4D87B
Tints of Deco #C4D87B
RGB
CMYK
RGB Variations
Color information
#C4D87B (or 0xC4D87B) is known color: Deco. HEX triplet: C4, D8 and 7B. RGB value is (196,216,123). Sum of RGB (Red+Green+Blue) = 196+216+123=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D87B is #3B2784. Grayscale: #C7C7C7. Windows color (decimal): -3876741 or 8116420. OLE color: 8116420.
HSL color Cylindrical-coordinate representation of color #C4D87B: hue angle of 72.9º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4D87B is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 123 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.15 |
| HSL | 72.9º | 0.54% | 0.66% | - |
| HSV(B) | 72.9º | 0.43% | 0.85% | - |
| XYZ | 50.9 | 62.28 | 28.08 | - |
| YUV | 199.42 | 84.87 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 123 | 0.09 | 0 | 0.43 | 0.15 | 72.9 | 0.54 | 0.66 |
| Hex | C4 | D8 | 7B | 9 | 0 | 2B | F | 49 | 36 | 42 |
| Octal | 304 | 330 | 173 | 11 | 0 | 53 | 17 | 111 | 66 | 102 |
| Binary | 11000100 | 11011000 | 1111011 | 1001 | 0 | 101011 | 1111 | 1001001 | 110110 | 1000010 |
Color Harmonies of #C4D87B
Complementary color
Monochromatic Colors of #C4D87B
Black with #C4D87B
Text Example
Text Example
White with #C4D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D87B; }
p { color: rgb(196,216,123); }
H1.HeaderClassName
{
color: #C4D87B;
}
.AnyTagClassName
{
color: #C4D87B;
}
</style>
background-color css
<style>
a { background-color: #C4D87B; }
a { background-color: rgb(196,216,123); }
div.DivClassName
{
background-color: #C4D87B;
}
.BgClassName
{
background-color: #C4D87B;
}
</style>
border-color css
<style>
span { border-color: #C4D87B; }
span { border-color: rgb(196,216,123); }
td.TdClassName
{
border-color: #C4D87B;
}
.TagClassName
{
border-color: #C4D87B;
}
</style>