Shades of Caper #A8CB74
Tints of Caper #A8CB74
RGB
CMYK
RGB Variations
Color information
#A8CB74 (or 0xA8CB74) is known color: Caper. HEX triplet: A8, CB and 74. RGB value is (168,203,116). Sum of RGB (Red+Green+Blue) = 168+203+116=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB74 is #57348B. Grayscale: #B6B6B6. Windows color (decimal): -5715084 or 7654312. OLE color: 7654312.
HSL color Cylindrical-coordinate representation of color #A8CB74: hue angle of 84.14º 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 #A8CB74 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 116 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.20 |
| HSL | 84.14º | 0.46% | 0.63% | - |
| HSV(B) | 84.14º | 0.43% | 0.8% | - |
| XYZ | 40.66 | 52.3 | 24.47 | - |
| YUV | 182.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 116 | 0.17 | 0 | 0.43 | 0.20 | 84.14 | 0.46 | 0.63 |
| Hex | A8 | CB | 74 | 11 | 0 | 2B | 14 | 54 | 2E | 3F |
| Octal | 250 | 313 | 164 | 21 | 0 | 53 | 24 | 124 | 56 | 77 |
| Binary | 10101000 | 11001011 | 1110100 | 10001 | 0 | 101011 | 10100 | 1010100 | 101110 | 111111 |
Color Harmonies of #A8CB74
Complementary color
Monochromatic Colors of #A8CB74
Black with #A8CB74
Text Example
Text Example
White with #A8CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB74; }
p { color: rgb(168,203,116); }
H1.HeaderClassName
{
color: #A8CB74;
}
.AnyTagClassName
{
color: #A8CB74;
}
</style>
background-color css
<style>
a { background-color: #A8CB74; }
a { background-color: rgb(168,203,116); }
div.DivClassName
{
background-color: #A8CB74;
}
.BgClassName
{
background-color: #A8CB74;
}
</style>
border-color css
<style>
span { border-color: #A8CB74; }
span { border-color: rgb(168,203,116); }
td.TdClassName
{
border-color: #A8CB74;
}
.TagClassName
{
border-color: #A8CB74;
}
</style>