#AAB74C

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

Shades of Celery #AAB74C

Tints of Celery #AAB74C

Color information

#AAB74C (or 0xAAB74C) is unknown color: approx Celery. HEX triplet: AA, B7 and 4C. RGB value is (170,183,76). Sum of RGB (Red+Green+Blue) = 170+183+76=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB74C is #5548B3. Grayscale: #A7A7A7. Windows color (decimal): -5589172 or 5027754. OLE color: 5027754.

HSL color Cylindrical-coordinate representation of color #AAB74C: hue angle of 67.29º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAB74C is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB17018376-
CMYK0.0700.580.28
HSL67.29º42.63%50.78%-
HSV(B)67.29º58.47%71.76%-
XYZ34.8242.9313.29-
YUV166.9176.69130.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 183 (71.88% from 255) = 42.66%
BLUE value IS 76 (30.08% from 255) = 17.72%
R=39.63%
G=42.66%
B=17.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170183760.0700.580.2867.2942.6350.78
HexAAB74C703A1C432b33
Octal2522671147072341035363
Binary101010101011011110011001110111010111001000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB74C; }

 p { color: rgb(170,183,76); }

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

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

 a { background-color: rgb(170,183,76); }

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

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

 span { border-color: rgb(170,183,76); }

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