#A8B96E

Color #A8B96E Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #A8B96E

Tints of Caper #A8B96E

Color information

#A8B96E (or 0xA8B96E) is unknown color: approx Caper. HEX triplet: A8, B9 and 6E. RGB value is (168,185,110). Sum of RGB (Red+Green+Blue) = 168+185+110=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B96E is #574691. Grayscale: #ABABAB. Windows color (decimal): -5719698 or 7256488. OLE color: 7256488.

HSL color Cylindrical-coordinate representation of color #A8B96E: hue angle of 73.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8B96E is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB168185110-
CMYK0.0900.410.27
HSL73.6º34.88%57.84%-
HSV(B)73.6º40.54%72.55%-
XYZ36.3144.1521.36-
YUV171.3793.37125.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=36.29%
G=39.96%
B=23.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851100.0900.410.2773.634.8857.84
HexA8B96E90291B4a233a
Octal25027115611051331124372
Binary1010100010111001110111010010101001110111001010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B96E; }

 p { color: rgb(168,185,110); }

 H1.HeaderClassName
 {
   color: #A8B96E;
 }
 .AnyTagClassName
 {
   color: #A8B96E;
 }
</style>
background-color css

<style>
 a { background-color: #A8B96E; }

 a { background-color: rgb(168,185,110); }

 div.DivClassName
 {
   background-color: #A8B96E;
 }
 .BgClassName
 {
   background-color: #A8B96E;
 }
</style>
border-color css

<style>
 span { border-color: #A8B96E; }

 span { border-color: rgb(168,185,110); }

 td.TdClassName
 {
   border-color: #A8B96E;
 }
 .TagClassName
 {
   border-color: #A8B96E;
 }
</style>