#A5B97B

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

Shades of Caper #A5B97B

Tints of Caper #A5B97B

Color information

#A5B97B (or 0xA5B97B) is unknown color: approx Caper. HEX triplet: A5, B9 and 7B. RGB value is (165,185,123). Sum of RGB (Red+Green+Blue) = 165+185+123=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B97B is #5A4684. Grayscale: #ACACAC. Windows color (decimal): -5916293 or 8108453. OLE color: 8108453.

HSL color Cylindrical-coordinate representation of color #A5B97B: hue angle of 79.35º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5B97B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB165185123-
CMYK0.1100.340.27
HSL79.35º30.69%60.39%-
HSV(B)79.35º33.51%72.55%-
XYZ36.4444.1325.34-
YUV171.95100.37123.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 123 (48.44% from 255) = 26.00%
R=34.88%
G=39.11%
B=26.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851230.1100.340.2779.3530.6960.39
HexA5B97BB0221B4f1f3c
Octal24527117313042331173774
Binary101001011011100111110111011010001011011100111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B97B; }

 p { color: rgb(165,185,123); }

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

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

 a { background-color: rgb(165,185,123); }

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

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

 span { border-color: rgb(165,185,123); }

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