#ABB88A

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

Shades of Caper #ABB88A

Tints of Caper #ABB88A

Color information

#ABB88A (or 0xABB88A) is unknown color: approx Caper. HEX triplet: AB, B8 and 8A. RGB value is (171,184,138). Sum of RGB (Red+Green+Blue) = 171+184+138=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB88A is #544775. Grayscale: #AFAFAF. Windows color (decimal): -5523318 or 9091243. OLE color: 9091243.

HSL color Cylindrical-coordinate representation of color #ABB88A: hue angle of 76.96º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB88A is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB171184138-
CMYK0.0700.250.28
HSL76.96º24.47%63.14%-
HSV(B)76.96º25%72.16%-
XYZ38.5244.7730.66-
YUV174.87107.19125.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=34.69%
G=37.32%
B=27.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841380.0700.250.2876.9624.4763.14
HexABB88A70191C4d183f
Octal2532702127031341153077
Binary10101011101110001000101011101100111100100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB88A; }

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

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

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

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

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

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

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

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