#ABBA84

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

Shades of Caper #ABBA84

Tints of Caper #ABBA84

Color information

#ABBA84 (or 0xABBA84) is unknown color: approx Caper. HEX triplet: AB, BA and 84. RGB value is (171,186,132). Sum of RGB (Red+Green+Blue) = 171+186+132=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA84 is #54457B. Grayscale: #AFAFAF. Windows color (decimal): -5522812 or 8698539. OLE color: 8698539.

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

Color convert

RGB171186132-
CMYK0.0800.290.27
HSL76.67º28.13%62.35%-
HSV(B)76.67º29.03%72.94%-
XYZ38.5245.4428.57-
YUV175.36103.53124.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 132 (51.95% from 255) = 26.99%
R=34.97%
G=38.04%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861320.0800.290.2776.6728.1362.35
HexABBA84801D1B4d1c3e
Octal25327220410035331153476
Binary101010111011101010000100100001110111011100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA84; }

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

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

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

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

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

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

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

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