Shades of Caper #A8CB73
Tints of Caper #A8CB73
RGB
CMYK
RGB Variations
Color information
#A8CB73 (or 0xA8CB73) is known color: Caper. HEX triplet: A8, CB and 73. RGB value is (168,203,115). Sum of RGB (Red+Green+Blue) = 168+203+115=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB73 is #57348C. Grayscale: #B6B6B6. Windows color (decimal): -5715085 or 7588776. OLE color: 7588776.
HSL color Cylindrical-coordinate representation of color #A8CB73: hue angle of 83.86º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8CB73 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 115 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.20 |
| HSL | 83.86º | 0.46% | 0.62% | - |
| HSV(B) | 83.86º | 0.43% | 0.8% | - |
| XYZ | 40.6 | 52.27 | 24.17 | - |
| YUV | 182.5 | 89.9 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 115 | 0.17 | 0 | 0.43 | 0.20 | 83.86 | 0.46 | 0.62 |
| Hex | A8 | CB | 73 | 11 | 0 | 2B | 14 | 54 | 2E | 3E |
| Octal | 250 | 313 | 163 | 21 | 0 | 53 | 24 | 124 | 56 | 76 |
| Binary | 10101000 | 11001011 | 1110011 | 10001 | 0 | 101011 | 10100 | 1010100 | 101110 | 111110 |
Color Harmonies of #A8CB73
Complementary color
Monochromatic Colors of #A8CB73
Black with #A8CB73
Text Example
Text Example
White with #A8CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB73; }
p { color: rgb(168,203,115); }
H1.HeaderClassName
{
color: #A8CB73;
}
.AnyTagClassName
{
color: #A8CB73;
}
</style>
background-color css
<style>
a { background-color: #A8CB73; }
a { background-color: rgb(168,203,115); }
div.DivClassName
{
background-color: #A8CB73;
}
.BgClassName
{
background-color: #A8CB73;
}
</style>
border-color css
<style>
span { border-color: #A8CB73; }
span { border-color: rgb(168,203,115); }
td.TdClassName
{
border-color: #A8CB73;
}
.TagClassName
{
border-color: #A8CB73;
}
</style>