Shades of Caper #A8BA75
Tints of Caper #A8BA75
RGB
CMYK
RGB Variations
Color information
#A8BA75 (or 0xA8BA75) is known color: Caper. HEX triplet: A8, BA and 75. RGB value is (168,186,117). Sum of RGB (Red+Green+Blue) = 168+186+117=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8BA75 is #57458A. Grayscale: #ADADAD. Windows color (decimal): -5719435 or 7715496. OLE color: 7715496.
HSL color Cylindrical-coordinate representation of color #A8BA75: hue angle of 75.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8BA75 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 186 | 117 | - |
CMYK | 0.10 | 0 | 0.37 | 0.27 |
HSL | 75.65º | 0.33% | 0.59% | - |
HSV(B) | 75.65º | 0.37% | 0.73% | - |
XYZ | 36.92 | 44.73 | 23.52 | - |
YUV | 172.75 | 96.54 | 124.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 186 | 117 | 0.10 | 0 | 0.37 | 0.27 | 75.65 | 0.33 | 0.59 |
Hex | A8 | BA | 75 | A | 0 | 25 | 1B | 4C | 21 | 3B |
Octal | 250 | 272 | 165 | 12 | 0 | 45 | 33 | 114 | 41 | 73 |
Binary | 10101000 | 10111010 | 1110101 | 1010 | 0 | 100101 | 11011 | 1001100 | 100001 | 111011 |
Color Harmonies of #A8BA75
Complementary color
Monochromatic Colors of #A8BA75
Black with #A8BA75
Text Example
Text Example
White with #A8BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA75; }
p { color: rgb(168,186,117); }
H1.HeaderClassName
{
color: #A8BA75;
}
.AnyTagClassName
{
color: #A8BA75;
}
</style>
background-color css
<style>
a { background-color: #A8BA75; }
a { background-color: rgb(168,186,117); }
div.DivClassName
{
background-color: #A8BA75;
}
.BgClassName
{
background-color: #A8BA75;
}
</style>
border-color css
<style>
span { border-color: #A8BA75; }
span { border-color: rgb(168,186,117); }
td.TdClassName
{
border-color: #A8BA75;
}
.TagClassName
{
border-color: #A8BA75;
}
</style>