#ABB97A

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

Shades of Caper #ABB97A

Tints of Caper #ABB97A

Color information

#ABB97A (or 0xABB97A) is unknown color: approx Caper. HEX triplet: AB, B9 and 7A. RGB value is (171,185,122). Sum of RGB (Red+Green+Blue) = 171+185+122=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB97A is #544685. Grayscale: #ADADAD. Windows color (decimal): -5523078 or 8042923. OLE color: 8042923.

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

Color convert

RGB171185122-
CMYK0.0800.340.27
HSL73.33º31.03%60.2%-
HSV(B)73.33º34.05%72.55%-
XYZ37.6644.7625.07-
YUV173.6398.86126.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=35.77%
G=38.70%
B=25.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851220.0800.340.2773.3331.0360.2
HexABB97A80221B491f3c
Octal25327117210042331113774
Binary101010111011100111110101000010001011011100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB97A; }

 p { color: rgb(171,185,122); }

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

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

 a { background-color: rgb(171,185,122); }

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

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

 span { border-color: rgb(171,185,122); }

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