#AAB34B

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

Shades of Celery #AAB34B

Tints of Celery #AAB34B

Color information

#AAB34B (or 0xAAB34B) is unknown color: approx Celery. HEX triplet: AA, B3 and 4B. RGB value is (170,179,75). Sum of RGB (Red+Green+Blue) = 170+179+75=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB34B is #554CB4. Grayscale: #A4A4A4. Windows color (decimal): -5590197 or 4961194. OLE color: 4961194.

HSL color Cylindrical-coordinate representation of color #AAB34B: hue angle of 65.19º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB34B is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB17017975-
CMYK0.0500.580.30
HSL65.19º40.94%49.8%-
HSV(B)65.19º58.1%70.2%-
XYZ33.9741.2912.84-
YUV164.4577.52131.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=40.09%
G=42.22%
B=17.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170179750.0500.580.3065.1940.9449.8
HexAAB34B503A1E412932
Octal2522631135072361015162
Binary101010101011001110010111010111010111101000001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB34B; }

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

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

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

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

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

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

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

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