Html Css Color HEX #AAB450 Celery

📋 copy color: '#AAB450'

red 170 ◦ green 180 ◦ blue 80

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

Shades of Celery #AAB450

Tints of Celery #AAB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.86%

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

R = 39.53%
G = 41.86%
B = 18.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#AAB450 (or 0xAAB450) is known color: Celery. HEX triplet: AA, B4 and 50. RGB value is (170,180,80). Sum of RGB (Red+Green+Blue) = 170+180+80=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB450 is #554BAF. Grayscale: #A6A6A6. Windows color (decimal): -5589936 or 5289130. OLE color: 5289130.

HSL color Cylindrical-coordinate representation of color #AAB450: hue angle of 66º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAB450 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 80 -
CMYK 0.06 0 0.56 0.29
HSL 66º 0.4% 0.51% -
HSV(B) 66º 0.56% 0.71% -
XYZ 34.35 41.77 13.84 -
YUV 165.61 79.69 131.13 -
System Red Green Blue C M Y K H S L
Decimal 170 180 80 0.06 0 0.56 0.29 66 0.4 0.51
Hex AA B4 50 6 0 38 1D 42 28 33
Octal 252 264 120 6 0 70 35 102 50 63
Binary 10101010 10110100 1010000 110 0 111000 11101 1000010 101000 110011

Color Harmonies of #AAB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB450

Black with #AAB450

Text Example


Text Example

White with #AAB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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