#ABBA81

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

Shades of Caper #ABBA81

Tints of Caper #ABBA81

Color information

#ABBA81 (or 0xABBA81) is unknown color: approx Caper. HEX triplet: AB, BA and 81. RGB value is (171,186,129). Sum of RGB (Red+Green+Blue) = 171+186+129=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA81 is #54457E. Grayscale: #AFAFAF. Windows color (decimal): -5522815 or 8501931. OLE color: 8501931.

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

Color convert

RGB171186129-
CMYK0.0800.310.27
HSL75.79º29.23%61.76%-
HSV(B)75.79º30.65%72.94%-
XYZ38.3245.3627.5-
YUV175.02102.03125.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 129 (50.78% from 255) = 26.54%
R=35.19%
G=38.27%
B=26.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861290.0800.310.2775.7929.2361.76
HexABBA81801F1B4c1d3e
Octal25327220110037331143576
Binary101010111011101010000001100001111111011100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA81; }

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

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

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

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

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

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

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

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