#AAB448

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

Shades of Celery #AAB448

Tints of Celery #AAB448

Color information

#AAB448 (or 0xAAB448) is unknown color: approx Celery. HEX triplet: AA, B4 and 48. RGB value is (170,180,72). Sum of RGB (Red+Green+Blue) = 170+180+72=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB448 is #554BB7. Grayscale: #A5A5A5. Windows color (decimal): -5589944 or 4764842. OLE color: 4764842.

HSL color Cylindrical-coordinate representation of color #AAB448: hue angle of 65.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB448 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB17018072-
CMYK0.0600.600.29
HSL65.56º42.86%49.41%-
HSV(B)65.56º60%70.59%-
XYZ34.0741.6612.38-
YUV164.775.69131.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 72 (28.52% from 255) = 17.06%
R=40.28%
G=42.65%
B=17.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal170180720.0600.600.2965.5642.8649.41
HexAAB448603C1D422b31
Octal2522641106074351025361
Binary101010101011010010010001100111100111011000010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB448; }

 p { color: rgb(170,180,72); }

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

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

 a { background-color: rgb(170,180,72); }

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

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

 span { border-color: rgb(170,180,72); }

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