Html Css Color HEX #AAB940 Celery

📋 copy color: '#AAB940'

red 170 ◦ green 185 ◦ blue 64

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

Shades of Celery #AAB940

Tints of Celery #AAB940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.27%

R = 40.57%
G = 44.15%
B = 15.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#AAB940 (or 0xAAB940) is known color: Celery. HEX triplet: AA, B9 and 40. RGB value is (170,185,64). Sum of RGB (Red+Green+Blue) = 170+185+64=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB940 is #5546BF. Grayscale: #A7A7A7. Windows color (decimal): -5588672 or 4241834. OLE color: 4241834.

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

Color convert

RGB 170 185 64 -
CMYK 0.08 0 0.65 0.27
HSL 67.44º 0.49% 0.49% -
HSV(B) 67.44º 0.65% 0.73% -
XYZ 34.85 43.61 11.43 -
YUV 166.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 170 185 64 0.08 0 0.65 0.27 67.44 0.49 0.49
Hex AA B9 40 8 0 41 1B 43 31 31
Octal 252 271 100 10 0 101 33 103 61 61
Binary 10101010 10111001 1000000 1000 0 1000001 11011 1000011 110001 110001

Color Harmonies of #AAB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB940

Black with #AAB940

Text Example


Text Example

White with #AAB940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB940; }

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

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

background-color css

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

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

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

border-color css

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

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

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