#AABC4B

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

Shades of Celery #AABC4B

Tints of Celery #AABC4B

Color information

#AABC4B (or 0xAABC4B) is unknown color: approx Celery. HEX triplet: AA, BC and 4B. RGB value is (170,188,75). Sum of RGB (Red+Green+Blue) = 170+188+75=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC4B is #5543B4. Grayscale: #AAAAAA. Windows color (decimal): -5587893 or 4963498. OLE color: 4963498.

HSL color Cylindrical-coordinate representation of color #AABC4B: hue angle of 69.56º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AABC4B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB17018875-
CMYK0.1000.600.26
HSL69.56º45.75%51.57%-
HSV(B)69.56º60.11%73.73%-
XYZ35.8345.0213.46-
YUV169.7474.54128.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 75 (29.69% from 255) = 17.32%
R=39.26%
G=43.42%
B=17.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170188750.1000.600.2669.5645.7551.57
HexAABC4BA03C1A462e34
Octal25227411312074321065664
Binary1010101010111100100101110100111100110101000110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABC4B; }

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

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

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

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

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

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

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

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