Html Css Color HEX #AAB350 Celery

📋 copy color: '#AAB350'

red 170 ◦ green 179 ◦ blue 80

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

Shades of Celery #AAB350

Tints of Celery #AAB350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 39.63%
G = 41.72%
B = 18.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#AAB350 (or 0xAAB350) is known color: Celery. HEX triplet: AA, B3 and 50. RGB value is (170,179,80). Sum of RGB (Red+Green+Blue) = 170+179+80=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB350 is #554CAF. Grayscale: #A5A5A5. Windows color (decimal): -5590192 or 5288874. OLE color: 5288874.

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

Color convert

RGB 170 179 80 -
CMYK 0.05 0 0.55 0.30
HSL 65.45º 0.39% 0.51% -
HSV(B) 65.45º 0.55% 0.7% -
XYZ 34.15 41.37 13.77 -
YUV 165.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 170 179 80 0.05 0 0.55 0.30 65.45 0.39 0.51
Hex AA B3 50 5 0 37 1E 41 27 33
Octal 252 263 120 5 0 67 36 101 47 63
Binary 10101010 10110011 1010000 101 0 110111 11110 1000001 100111 110011

Color Harmonies of #AAB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB350

Black with #AAB350

Text Example


Text Example

White with #AAB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB350; }

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

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

background-color css

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

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

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

border-color css

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

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

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