Shades of Caper #AECB76
Tints of Caper #AECB76
RGB
CMYK
RGB Variations
Color information
#AECB76 (or 0xAECB76) is known color: Caper. HEX triplet: AE, CB and 76. RGB value is (174,203,118). Sum of RGB (Red+Green+Blue) = 174+203+118=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB76 is #513489. Grayscale: #B8B8B8. Windows color (decimal): -5321866 or 7785390. OLE color: 7785390.
HSL color Cylindrical-coordinate representation of color #AECB76: hue angle of 80.47º 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 #AECB76 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 118 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.20 |
| HSL | 80.47º | 0.45% | 0.63% | - |
| HSV(B) | 80.47º | 0.42% | 0.8% | - |
| XYZ | 42.08 | 53.02 | 25.16 | - |
| YUV | 184.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 118 | 0.14 | 0 | 0.42 | 0.20 | 80.47 | 0.45 | 0.63 |
| Hex | AE | CB | 76 | E | 0 | 2A | 14 | 50 | 2D | 3F |
| Octal | 256 | 313 | 166 | 16 | 0 | 52 | 24 | 120 | 55 | 77 |
| Binary | 10101110 | 11001011 | 1110110 | 1110 | 0 | 101010 | 10100 | 1010000 | 101101 | 111111 |
Color Harmonies of #AECB76
Complementary color
Monochromatic Colors of #AECB76
Black with #AECB76
Text Example
Text Example
White with #AECB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB76; }
p { color: rgb(174,203,118); }
H1.HeaderClassName
{
color: #AECB76;
}
.AnyTagClassName
{
color: #AECB76;
}
</style>
background-color css
<style>
a { background-color: #AECB76; }
a { background-color: rgb(174,203,118); }
div.DivClassName
{
background-color: #AECB76;
}
.BgClassName
{
background-color: #AECB76;
}
</style>
border-color css
<style>
span { border-color: #AECB76; }
span { border-color: rgb(174,203,118); }
td.TdClassName
{
border-color: #AECB76;
}
.TagClassName
{
border-color: #AECB76;
}
</style>