Shades of Caper #ABCC83
Tints of Caper #ABCC83
RGB
CMYK
RGB Variations
Color information
#ABCC83 (or 0xABCC83) is known color: Caper. HEX triplet: AB, CC and 83. RGB value is (171,204,131). Sum of RGB (Red+Green+Blue) = 171+204+131=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC83 is #54337C. Grayscale: #BABABA. Windows color (decimal): -5518205 or 8637611. OLE color: 8637611.
HSL color Cylindrical-coordinate representation of color #ABCC83: hue angle of 87.12º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABCC83 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 131 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.2 |
| HSL | 87.12º | 0.42% | 0.66% | - |
| HSV(B) | 87.12º | 0.36% | 0.8% | - |
| XYZ | 42.48 | 53.48 | 29.56 | - |
| YUV | 185.81 | 97.07 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 131 | 0.16 | 0 | 0.36 | 0.2 | 87.12 | 0.42 | 0.66 |
| Hex | AB | CC | 83 | 10 | 0 | 24 | 14 | 57 | 2A | 42 |
| Octal | 253 | 314 | 203 | 20 | 0 | 44 | 24 | 127 | 52 | 102 |
| Binary | 10101011 | 11001100 | 10000011 | 10000 | 0 | 100100 | 10100 | 1010111 | 101010 | 1000010 |
Color Harmonies of #ABCC83
Complementary color
Monochromatic Colors of #ABCC83
Black with #ABCC83
Text Example
Text Example
White with #ABCC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC83; }
p { color: rgb(171,204,131); }
H1.HeaderClassName
{
color: #ABCC83;
}
.AnyTagClassName
{
color: #ABCC83;
}
</style>
background-color css
<style>
a { background-color: #ABCC83; }
a { background-color: rgb(171,204,131); }
div.DivClassName
{
background-color: #ABCC83;
}
.BgClassName
{
background-color: #ABCC83;
}
</style>
border-color css
<style>
span { border-color: #ABCC83; }
span { border-color: rgb(171,204,131); }
td.TdClassName
{
border-color: #ABCC83;
}
.TagClassName
{
border-color: #ABCC83;
}
</style>