Shades of Caper #ABC374
Tints of Caper #ABC374
RGB
CMYK
RGB Variations
Color information
#ABC374 (or 0xABC374) is known color: Caper. HEX triplet: AB, C3 and 74. RGB value is (171,195,116). Sum of RGB (Red+Green+Blue) = 171+195+116=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC374 is #543C8B. Grayscale: #B3B3B3. Windows color (decimal): -5520524 or 7652267. OLE color: 7652267.
HSL color Cylindrical-coordinate representation of color #ABC374: hue angle of 78.23º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC374 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 116 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.24 |
| HSL | 78.23º | 0.4% | 0.61% | - |
| HSV(B) | 78.23º | 0.41% | 0.76% | - |
| XYZ | 39.46 | 48.95 | 23.89 | - |
| YUV | 178.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 116 | 0.12 | 0 | 0.41 | 0.24 | 78.23 | 0.4 | 0.61 |
| Hex | AB | C3 | 74 | C | 0 | 29 | 18 | 4E | 28 | 3D |
| Octal | 253 | 303 | 164 | 14 | 0 | 51 | 30 | 116 | 50 | 75 |
| Binary | 10101011 | 11000011 | 1110100 | 1100 | 0 | 101001 | 11000 | 1001110 | 101000 | 111101 |
Color Harmonies of #ABC374
Complementary color
Monochromatic Colors of #ABC374
Black with #ABC374
Text Example
Text Example
White with #ABC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC374; }
p { color: rgb(171,195,116); }
H1.HeaderClassName
{
color: #ABC374;
}
.AnyTagClassName
{
color: #ABC374;
}
</style>
background-color css
<style>
a { background-color: #ABC374; }
a { background-color: rgb(171,195,116); }
div.DivClassName
{
background-color: #ABC374;
}
.BgClassName
{
background-color: #ABC374;
}
</style>
border-color css
<style>
span { border-color: #ABC374; }
span { border-color: rgb(171,195,116); }
td.TdClassName
{
border-color: #ABC374;
}
.TagClassName
{
border-color: #ABC374;
}
</style>