#ABB884

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

Shades of Caper #ABB884

Tints of Caper #ABB884

Color information

#ABB884 (or 0xABB884) is unknown color: approx Caper. HEX triplet: AB, B8 and 84. RGB value is (171,184,132). Sum of RGB (Red+Green+Blue) = 171+184+132=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB884 is #54477B. Grayscale: #AEAEAE. Windows color (decimal): -5523324 or 8698027. OLE color: 8698027.

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

Color convert

RGB171184132-
CMYK0.0700.280.28
HSL75º26.8%61.96%-
HSV(B)75º28.26%72.16%-
XYZ38.144.628.43-
YUV174.18104.19125.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=35.11%
G=37.78%
B=27.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711841320.0700.280.287526.861.96
HexABB884701C1C4b1b3e
Octal2532702047034341133376
Binary10101011101110001000010011101110011100100101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB884; }

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

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

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

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

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

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

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

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