#ABB97D

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

Shades of Caper #ABB97D

Tints of Caper #ABB97D

Color information

#ABB97D (or 0xABB97D) is unknown color: approx Caper. HEX triplet: AB, B9 and 7D. RGB value is (171,185,125). Sum of RGB (Red+Green+Blue) = 171+185+125=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB97D is #544682. Grayscale: #AEAEAE. Windows color (decimal): -5523075 or 8239531. OLE color: 8239531.

HSL color Cylindrical-coordinate representation of color #ABB97D: hue angle of 74º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB97D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB171185125-
CMYK0.0800.320.27
HSL74º30%60.78%-
HSV(B)74º32.43%72.55%-
XYZ37.8544.8426.06-
YUV173.97100.36125.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=35.55%
G=38.46%
B=25.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851250.0800.320.27743060.78
HexABB97D80201B4a1e3d
Octal25327117510040331123675
Binary101010111011100111111011000010000011011100101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB97D; }

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

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

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

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

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

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

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

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