Html Css Color HEX #AAB950 Celery

📋 copy color: '#AAB950'

red 170 ◦ green 185 ◦ blue 80

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

Shades of Celery #AAB950

Tints of Celery #AAB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

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

R = 39.08%
G = 42.53%
B = 18.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#AAB950 (or 0xAAB950) is known color: Celery. HEX triplet: AA, B9 and 50. RGB value is (170,185,80). Sum of RGB (Red+Green+Blue) = 170+185+80=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB950 is #5546AF. Grayscale: #A8A8A8. Windows color (decimal): -5588656 or 5290410. OLE color: 5290410.

HSL color Cylindrical-coordinate representation of color #AAB950: hue angle of 68.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAB950 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 80 -
CMYK 0.08 0 0.57 0.27
HSL 68.57º 0.43% 0.52% -
HSV(B) 68.57º 0.57% 0.73% -
XYZ 35.37 43.82 14.18 -
YUV 168.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 170 185 80 0.08 0 0.57 0.27 68.57 0.43 0.52
Hex AA B9 50 8 0 39 1B 45 2B 34
Octal 252 271 120 10 0 71 33 105 53 64
Binary 10101010 10111001 1010000 1000 0 111001 11011 1000101 101011 110100

Color Harmonies of #AAB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB950

Black with #AAB950

Text Example


Text Example

White with #AAB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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