Html Css Color HEX #AAB24A Celery

📋 copy color: '#AAB24A'

red 170 ◦ green 178 ◦ blue 74

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

Shades of Celery #AAB24A

Tints of Celery #AAB24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

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

R = 40.28%
G = 42.18%
B = 17.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#AAB24A (or 0xAAB24A) is known color: Celery. HEX triplet: AA, B2 and 4A. RGB value is (170,178,74). Sum of RGB (Red+Green+Blue) = 170+178+74=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB24A is #554DB5. Grayscale: #A4A4A4. Windows color (decimal): -5590454 or 4895402. OLE color: 4895402.

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

Color convert

RGB 170 178 74 -
CMYK 0.04 0 0.58 0.30
HSL 64.62º 0.41% 0.49% -
HSV(B) 64.62º 0.58% 0.7% -
XYZ 33.73 40.88 12.59 -
YUV 163.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 170 178 74 0.04 0 0.58 0.30 64.62 0.41 0.49
Hex AA B2 4A 4 0 3A 1E 41 29 31
Octal 252 262 112 4 0 72 36 101 51 61
Binary 10101010 10110010 1001010 100 0 111010 11110 1000001 101001 110001

Color Harmonies of #AAB24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB24A

Black with #AAB24A

Text Example


Text Example

White with #AAB24A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB24A; }

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

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

background-color css

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

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

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

border-color css

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

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

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