#ABBC7A

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

Shades of Caper #ABBC7A

Tints of Caper #ABBC7A

Color information

#ABBC7A (or 0xABBC7A) is unknown color: approx Caper. HEX triplet: AB, BC and 7A. RGB value is (171,188,122). Sum of RGB (Red+Green+Blue) = 171+188+122=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBC7A is #544385. Grayscale: #AFAFAF. Windows color (decimal): -5522310 or 8043691. OLE color: 8043691.

HSL color Cylindrical-coordinate representation of color #ABBC7A: hue angle of 75.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABBC7A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB171188122-
CMYK0.0900.350.26
HSL75.45º33%60.78%-
HSV(B)75.45º35.11%73.73%-
XYZ38.2946.0325.28-
YUV175.3997.87124.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=35.55%
G=39.09%
B=25.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881220.0900.350.2675.453360.78
HexABBC7A90231A4b213d
Octal25327417211043321134175
Binary1010101110111100111101010010100011110101001011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBC7A; }

 p { color: rgb(171,188,122); }

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

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

 a { background-color: rgb(171,188,122); }

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

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

 span { border-color: rgb(171,188,122); }

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