#A8B37B

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

Shades of Caper #A8B37B

Tints of Caper #A8B37B

Color information

#A8B37B (or 0xA8B37B) is unknown color: approx Caper. HEX triplet: A8, B3 and 7B. RGB value is (168,179,123). Sum of RGB (Red+Green+Blue) = 168+179+123=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B37B is #574C84. Grayscale: #A9A9A9. Windows color (decimal): -5721221 or 8106920. OLE color: 8106920.

HSL color Cylindrical-coordinate representation of color #A8B37B: hue angle of 71.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8B37B is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB168179123-
CMYK0.0600.310.30
HSL71.79º26.92%59.22%-
HSV(B)71.79º31.28%70.2%-
XYZ35.844224.96-
YUV169.33101.86127.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 123 (48.44% from 255) = 26.17%
R=35.74%
G=38.09%
B=26.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791230.0600.310.3071.7926.9259.22
HexA8B37B601F1E481b3b
Octal2502631736037361103373
Binary1010100010110011111101111001111111110100100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B37B; }

 p { color: rgb(168,179,123); }

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

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

 a { background-color: rgb(168,179,123); }

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

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

 span { border-color: rgb(168,179,123); }

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