Html Css Color HEX #AAB94A Celery

📋 copy color: '#AAB94A'

red 170 ◦ green 185 ◦ blue 74

#AAB94A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #AAB94A

Tints of Celery #AAB94A

RGB

 RED value IS 170 (66.8% from 255) = 39.63%

 GREEN value IS 185 (72.66% from 255) = 43.12%

 BLUE value IS 74 (29.3% from 255) = 17.25%

R = 39.63%
G = 43.12%
B = 17.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#AAB94A (or 0xAAB94A) is known color: Celery. HEX triplet: AA, B9 and 4A. RGB value is (170,185,74). Sum of RGB (Red+Green+Blue) = 170+185+74=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB94A is #5546B5. Grayscale: #A8A8A8. Windows color (decimal): -5588662 or 4897194. OLE color: 4897194.

HSL color Cylindrical-coordinate representation of color #AAB94A: hue angle of 68.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAB94A is Cyan = 0.08, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 74 -
CMYK 0.08 0 0.6 0.27
HSL 68.11º 0.44% 0.51% -
HSV(B) 68.11º 0.6% 0.73% -
XYZ 35.16 43.74 13.07 -
YUV 167.86 75.03 129.53 -
System Red Green Blue C M Y K H S L
Decimal 170 185 74 0.08 0 0.6 0.27 68.11 0.44 0.51
Hex AA B9 4A 8 0 3C 1B 44 2C 33
Octal 252 271 112 10 0 74 33 104 54 63
Binary 10101010 10111001 1001010 1000 0 111100 11011 1000100 101100 110011

Color Harmonies of #AAB94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB94A

Black with #AAB94A

Text Example


Text Example

White with #AAB94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB94A; }

 p { color: rgb(170,185,74); }

 H1.HeaderClassName
 {
   color: #AAB94A;
 }
 .AnyTagClassName
 {
   color: #AAB94A;
 }
</style>

background-color css

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

 a { background-color: rgb(170,185,74); }

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

border-color css

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

 span { border-color: rgb(170,185,74); }

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