Shades of Caper #AECB6D
Tints of Caper #AECB6D
RGB
CMYK
RGB Variations
Color information
#AECB6D (or 0xAECB6D) is known color: Caper. HEX triplet: AE, CB and 6D. RGB value is (174,203,109). Sum of RGB (Red+Green+Blue) = 174+203+109=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AECB6D is #513492. Grayscale: #B7B7B7. Windows color (decimal): -5321875 or 7195566. OLE color: 7195566.
HSL color Cylindrical-coordinate representation of color #AECB6D: hue angle of 78.51º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AECB6D is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 109 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.20 |
| HSL | 78.51º | 0.47% | 0.61% | - |
| HSV(B) | 78.51º | 0.46% | 0.8% | - |
| XYZ | 41.57 | 52.81 | 22.47 | - |
| YUV | 183.61 | 85.89 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 109 | 0.14 | 0 | 0.46 | 0.20 | 78.51 | 0.47 | 0.61 |
| Hex | AE | CB | 6D | E | 0 | 2E | 14 | 4F | 2F | 3D |
| Octal | 256 | 313 | 155 | 16 | 0 | 56 | 24 | 117 | 57 | 75 |
| Binary | 10101110 | 11001011 | 1101101 | 1110 | 0 | 101110 | 10100 | 1001111 | 101111 | 111101 |
Color Harmonies of #AECB6D
Complementary color
Monochromatic Colors of #AECB6D
Black with #AECB6D
Text Example
Text Example
White with #AECB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB6D; }
p { color: rgb(174,203,109); }
H1.HeaderClassName
{
color: #AECB6D;
}
.AnyTagClassName
{
color: #AECB6D;
}
</style>
background-color css
<style>
a { background-color: #AECB6D; }
a { background-color: rgb(174,203,109); }
div.DivClassName
{
background-color: #AECB6D;
}
.BgClassName
{
background-color: #AECB6D;
}
</style>
border-color css
<style>
span { border-color: #AECB6D; }
span { border-color: rgb(174,203,109); }
td.TdClassName
{
border-color: #AECB6D;
}
.TagClassName
{
border-color: #AECB6D;
}
</style>