#AABB55

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

Shades of Celery #AABB55

Tints of Celery #AABB55

Color information

#AABB55 (or 0xAABB55) is unknown color: approx Celery. HEX triplet: AA, BB and 55. RGB value is (170,187,85). Sum of RGB (Red+Green+Blue) = 170+187+85=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABB55 is #5544AA. Grayscale: #AAAAAA. Windows color (decimal): -5588139 or 5618602. OLE color: 5618602.

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

Color convert

RGB17018785-
CMYK0.0900.550.27
HSL70º42.86%53.33%-
HSV(B)70º54.55%73.33%-
XYZ35.9944.7415.33-
YUV170.2979.87127.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=38.46%
G=42.31%
B=19.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170187850.0900.550.277042.8653.33
HexAABB5590371B462b35
Octal25227312511067331065365
Binary1010101010111011101010110010110111110111000110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB55; }

 p { color: rgb(170,187,85); }

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

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

 a { background-color: rgb(170,187,85); }

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

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

 span { border-color: rgb(170,187,85); }

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