Html Css Color HEX #AAB34D Celery

📋 copy color: '#AAB34D'

red 170 ◦ green 179 ◦ blue 77

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

Shades of Celery #AAB34D

Tints of Celery #AAB34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.08%

R = 39.91%
G = 42.02%
B = 18.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#AAB34D (or 0xAAB34D) is known color: Celery. HEX triplet: AA, B3 and 4D. RGB value is (170,179,77). Sum of RGB (Red+Green+Blue) = 170+179+77=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB34D is #554CB2. Grayscale: #A5A5A5. Windows color (decimal): -5590195 or 5092266. OLE color: 5092266.

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

Color convert

RGB 170 179 77 -
CMYK 0.05 0 0.57 0.30
HSL 65.29º 0.4% 0.5% -
HSV(B) 65.29º 0.57% 0.7% -
XYZ 34.04 41.32 13.2 -
YUV 164.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 170 179 77 0.05 0 0.57 0.30 65.29 0.4 0.5
Hex AA B3 4D 5 0 39 1E 41 28 32
Octal 252 263 115 5 0 71 36 101 50 62
Binary 10101010 10110011 1001101 101 0 111001 11110 1000001 101000 110010

Color Harmonies of #AAB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB34D

Black with #AAB34D

Text Example


Text Example

White with #AAB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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