#AAB04D

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

Shades of Celery #AAB04D

Tints of Celery #AAB04D

Color information

#AAB04D (or 0xAAB04D) is unknown color: approx Celery. HEX triplet: AA, B0 and 4D. RGB value is (170,176,77). Sum of RGB (Red+Green+Blue) = 170+176+77=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB04D is #554FB2. Grayscale: #A3A3A3. Windows color (decimal): -5590963 or 5091498. OLE color: 5091498.

HSL color Cylindrical-coordinate representation of color #AAB04D: hue angle of 63.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB04D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB17017677-
CMYK0.0300.560.31
HSL63.64º39.13%49.61%-
HSV(B)63.64º56.25%69.02%-
XYZ33.4440.1313-
YUV162.9279.51133.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 77 (30.47% from 255) = 18.20%
R=40.19%
G=41.61%
B=18.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170176770.0300.560.3163.6439.1349.61
HexAAB04D30381F402732
Octal2522601153070371004762
Binary10101010101100001001101110111000111111000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB04D; }

 p { color: rgb(170,176,77); }

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

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

 a { background-color: rgb(170,176,77); }

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

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

 span { border-color: rgb(170,176,77); }

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