#AAB242

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

Shades of Celery #AAB242

Tints of Celery #AAB242

Color information

#AAB242 (or 0xAAB242) is unknown color: approx Celery. HEX triplet: AA, B2 and 42. RGB value is (170,178,66). Sum of RGB (Red+Green+Blue) = 170+178+66=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB242 is #554DBD. Grayscale: #A3A3A3. Windows color (decimal): -5590462 or 4371114. OLE color: 4371114.

HSL color Cylindrical-coordinate representation of color #AAB242: hue angle of 64.29º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAB242 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17017866-
CMYK0.0400.630.30
HSL64.29º45.9%47.84%-
HSV(B)64.29º62.92%69.8%-
XYZ33.4840.7811.26-
YUV162.8473.35133.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 66 (26.17% from 255) = 15.94%
R=41.06%
G=43.00%
B=15.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178660.0400.630.3064.2945.947.84
HexAAB242403F1E402e30
Octal2522621024077361005660
Binary101010101011001010000101000111111111101000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB242; }

 p { color: rgb(170,178,66); }

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

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

 a { background-color: rgb(170,178,66); }

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

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

 span { border-color: rgb(170,178,66); }

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