#AABC5F

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

Shades of Celery #AABC5F

Tints of Celery #AABC5F

Color information

#AABC5F (or 0xAABC5F) is unknown color: approx Celery. HEX triplet: AA, BC and 5F. RGB value is (170,188,95). Sum of RGB (Red+Green+Blue) = 170+188+95=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC5F is #5543A0. Grayscale: #ACACAC. Windows color (decimal): -5587873 or 6274218. OLE color: 6274218.

HSL color Cylindrical-coordinate representation of color #AABC5F: hue angle of 71.61º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AABC5F is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB17018895-
CMYK0.1000.490.26
HSL71.61º40.97%55.49%-
HSV(B)71.61º49.47%73.73%-
XYZ36.6345.3417.65-
YUV172.0284.54126.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=37.53%
G=41.50%
B=20.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170188950.1000.490.2671.6140.9755.49
HexAABC5FA0311A482937
Octal25227413712061321105167
Binary1010101010111100101111110100110001110101001000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC5F; }

 p { color: rgb(170,188,95); }

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

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

 a { background-color: rgb(170,188,95); }

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

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

 span { border-color: rgb(170,188,95); }

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