#ABBB6A

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

Shades of Caper #ABBB6A

Tints of Caper #ABBB6A

Color information

#ABBB6A (or 0xABBB6A) is unknown color: approx Caper. HEX triplet: AB, BB and 6A. RGB value is (171,187,106). Sum of RGB (Red+Green+Blue) = 171+187+106=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB6A is #544495. Grayscale: #ADADAD. Windows color (decimal): -5522582 or 6994859. OLE color: 6994859.

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

Color convert

RGB171187106-
CMYK0.0900.430.27
HSL71.85º37.33%57.45%-
HSV(B)71.85º43.32%73.33%-
XYZ37.1745.2420.41-
YUV172.9890.2126.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 106 (41.80% from 255) = 22.84%
R=36.85%
G=40.30%
B=22.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871060.0900.430.2771.8537.3357.45
HexABBB6A902B1B482539
Octal25327315211053331104571
Binary1010101110111011110101010010101011110111001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB6A; }

 p { color: rgb(171,187,106); }

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

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

 a { background-color: rgb(171,187,106); }

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

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

 span { border-color: rgb(171,187,106); }

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