#A9B97B

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

Shades of Caper #A9B97B

Tints of Caper #A9B97B

Color information

#A9B97B (or 0xA9B97B) is unknown color: approx Caper. HEX triplet: A9, B9 and 7B. RGB value is (169,185,123). Sum of RGB (Red+Green+Blue) = 169+185+123=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B97B is #564684. Grayscale: #ADADAD. Windows color (decimal): -5654149 or 8108457. OLE color: 8108457.

HSL color Cylindrical-coordinate representation of color #A9B97B: hue angle of 75.48º 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 #A9B97B is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB169185123-
CMYK0.0900.340.27
HSL75.48º30.69%60.39%-
HSV(B)75.48º33.51%72.55%-
XYZ37.2944.5625.38-
YUV173.1599.7125.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=35.43%
G=38.78%
B=25.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851230.0900.340.2775.4830.6960.39
HexA9B97B90221B4b1f3c
Octal25127117311042331133774
Binary101010011011100111110111001010001011011100101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B97B; }

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

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

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

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

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

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

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

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