Shades of Caper #ABC67B
Tints of Caper #ABC67B
RGB
CMYK
RGB Variations
Color information
#ABC67B (or 0xABC67B) is known color: Caper. HEX triplet: AB, C6 and 7B. RGB value is (171,198,123). Sum of RGB (Red+Green+Blue) = 171+198+123=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC67B is #543984. Grayscale: #B5B5B5. Windows color (decimal): -5519749 or 8111787. OLE color: 8111787.
HSL color Cylindrical-coordinate representation of color #ABC67B: hue angle of 81.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABC67B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 123 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.22 |
| HSL | 81.6º | 0.4% | 0.63% | - |
| HSV(B) | 81.6º | 0.38% | 0.78% | - |
| XYZ | 40.56 | 50.48 | 26.34 | - |
| YUV | 181.38 | 95.05 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 123 | 0.14 | 0 | 0.38 | 0.22 | 81.6 | 0.4 | 0.63 |
| Hex | AB | C6 | 7B | E | 0 | 26 | 16 | 52 | 28 | 3F |
| Octal | 253 | 306 | 173 | 16 | 0 | 46 | 26 | 122 | 50 | 77 |
| Binary | 10101011 | 11000110 | 1111011 | 1110 | 0 | 100110 | 10110 | 1010010 | 101000 | 111111 |
Color Harmonies of #ABC67B
Complementary color
Monochromatic Colors of #ABC67B
Black with #ABC67B
Text Example
Text Example
White with #ABC67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC67B; }
p { color: rgb(171,198,123); }
H1.HeaderClassName
{
color: #ABC67B;
}
.AnyTagClassName
{
color: #ABC67B;
}
</style>
background-color css
<style>
a { background-color: #ABC67B; }
a { background-color: rgb(171,198,123); }
div.DivClassName
{
background-color: #ABC67B;
}
.BgClassName
{
background-color: #ABC67B;
}
</style>
border-color css
<style>
span { border-color: #ABC67B; }
span { border-color: rgb(171,198,123); }
td.TdClassName
{
border-color: #ABC67B;
}
.TagClassName
{
border-color: #ABC67B;
}
</style>