Shades of Caper #ACCB74
Tints of Caper #ACCB74
RGB
CMYK
RGB Variations
Color information
#ACCB74 (or 0xACCB74) is known color: Caper. HEX triplet: AC, CB and 74. RGB value is (172,203,116). Sum of RGB (Red+Green+Blue) = 172+203+116=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB74 is #53348B. Grayscale: #B8B8B8. Windows color (decimal): -5452940 or 7654316. OLE color: 7654316.
HSL color Cylindrical-coordinate representation of color #ACCB74: hue angle of 81.38º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACCB74 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 116 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.20 |
| HSL | 81.38º | 0.46% | 0.63% | - |
| HSV(B) | 81.38º | 0.43% | 0.8% | - |
| XYZ | 41.52 | 52.74 | 24.52 | - |
| YUV | 183.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 116 | 0.15 | 0 | 0.43 | 0.20 | 81.38 | 0.46 | 0.63 |
| Hex | AC | CB | 74 | F | 0 | 2B | 14 | 51 | 2E | 3F |
| Octal | 254 | 313 | 164 | 17 | 0 | 53 | 24 | 121 | 56 | 77 |
| Binary | 10101100 | 11001011 | 1110100 | 1111 | 0 | 101011 | 10100 | 1010001 | 101110 | 111111 |
Color Harmonies of #ACCB74
Complementary color
Monochromatic Colors of #ACCB74
Black with #ACCB74
Text Example
Text Example
White with #ACCB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB74; }
p { color: rgb(172,203,116); }
H1.HeaderClassName
{
color: #ACCB74;
}
.AnyTagClassName
{
color: #ACCB74;
}
</style>
background-color css
<style>
a { background-color: #ACCB74; }
a { background-color: rgb(172,203,116); }
div.DivClassName
{
background-color: #ACCB74;
}
.BgClassName
{
background-color: #ACCB74;
}
</style>
border-color css
<style>
span { border-color: #ACCB74; }
span { border-color: rgb(172,203,116); }
td.TdClassName
{
border-color: #ACCB74;
}
.TagClassName
{
border-color: #ACCB74;
}
</style>