#ABBA6B

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

Shades of Caper #ABBA6B

Tints of Caper #ABBA6B

Color information

#ABBA6B (or 0xABBA6B) is unknown color: approx Caper. HEX triplet: AB, BA and 6B. RGB value is (171,186,107). Sum of RGB (Red+Green+Blue) = 171+186+107=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBA6B is #544594. Grayscale: #ACACAC. Windows color (decimal): -5522837 or 7060139. OLE color: 7060139.

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

Color convert

RGB171186107-
CMYK0.0800.420.27
HSL71.39º36.41%57.45%-
HSV(B)71.39º42.47%72.94%-
XYZ37.0144.8420.61-
YUV172.5191.03126.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=36.85%
G=40.09%
B=23.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861070.0800.420.2771.3936.4157.45
HexABBA6B802A1B472439
Octal25327215310052331074471
Binary1010101110111010110101110000101010110111000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA6B; }

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

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

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

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

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

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

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

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