Html Css Color HEX #AAB352 Celery

📋 copy color: '#AAB352'

red 170 ◦ green 179 ◦ blue 82

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

Shades of Celery #AAB352

Tints of Celery #AAB352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 39.44%
G = 41.53%
B = 19.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#AAB352 (or 0xAAB352) is known color: Celery. HEX triplet: AA, B3 and 52. RGB value is (170,179,82). Sum of RGB (Red+Green+Blue) = 170+179+82=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB352 is #554CAD. Grayscale: #A5A5A5. Windows color (decimal): -5590190 or 5419946. OLE color: 5419946.

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

Color convert

RGB 170 179 82 -
CMYK 0.05 0 0.54 0.30
HSL 65.57º 0.39% 0.51% -
HSV(B) 65.57º 0.54% 0.7% -
XYZ 34.22 41.4 14.17 -
YUV 165.25 81.02 131.39 -
System Red Green Blue C M Y K H S L
Decimal 170 179 82 0.05 0 0.54 0.30 65.57 0.39 0.51
Hex AA B3 52 5 0 36 1E 42 27 33
Octal 252 263 122 5 0 66 36 102 47 63
Binary 10101010 10110011 1010010 101 0 110110 11110 1000010 100111 110011

Color Harmonies of #AAB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB352

Black with #AAB352

Text Example


Text Example

White with #AAB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB352; }

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

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

background-color css

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

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

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

border-color css

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

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

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