#ABB98A

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

Shades of Caper #ABB98A

Tints of Caper #ABB98A

Color information

#ABB98A (or 0xABB98A) is unknown color: approx Caper. HEX triplet: AB, B9 and 8A. RGB value is (171,185,138). Sum of RGB (Red+Green+Blue) = 171+185+138=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB98A is #544675. Grayscale: #AFAFAF. Windows color (decimal): -5523062 or 9091499. OLE color: 9091499.

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

Color convert

RGB171185138-
CMYK0.0800.250.27
HSL77.87º25.13%63.33%-
HSV(B)77.87º25.41%72.55%-
XYZ38.7345.1930.73-
YUV175.46106.86124.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=34.62%
G=37.45%
B=27.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851380.0800.250.2777.8725.1363.33
HexABB98A80191B4e193f
Octal25327121210031331163177
Binary101010111011100110001010100001100111011100111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB98A; }

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

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

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

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

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

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

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

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