Html Css Color HEX #AAB340 Celery

📋 copy color: '#AAB340'

red 170 ◦ green 179 ◦ blue 64

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

Shades of Celery #AAB340

Tints of Celery #AAB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.34%

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

R = 41.16%
G = 43.34%
B = 15.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#AAB340 (or 0xAAB340) is known color: Celery. HEX triplet: AA, B3 and 40. RGB value is (170,179,64). Sum of RGB (Red+Green+Blue) = 170+179+64=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 179 (70.31% from 255 or 43.34% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB340 is #554CBF. Grayscale: #A3A3A3. Windows color (decimal): -5590208 or 4240298. OLE color: 4240298.

HSL color Cylindrical-coordinate representation of color #AAB340: hue angle of 64.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAB340 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 179 64 -
CMYK 0.05 0 0.64 0.30
HSL 64.7º 0.47% 0.48% -
HSV(B) 64.7º 0.64% 0.7% -
XYZ 33.62 41.16 11.02 -
YUV 163.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 170 179 64 0.05 0 0.64 0.30 64.7 0.47 0.48
Hex AA B3 40 5 0 40 1E 41 2F 30
Octal 252 263 100 5 0 100 36 101 57 60
Binary 10101010 10110011 1000000 101 0 1000000 11110 1000001 101111 110000

Color Harmonies of #AAB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB340

Black with #AAB340

Text Example


Text Example

White with #AAB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB340; }

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

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

background-color css

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

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

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

border-color css

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

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

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