Html Css Color HEX #AABA50 Celery

📋 copy color: '#AABA50'

red 170 ◦ green 186 ◦ blue 80

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

Shades of Celery #AABA50

Tints of Celery #AABA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.66%

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

R = 38.99%
G = 42.66%
B = 18.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#AABA50 (or 0xAABA50) is known color: Celery. HEX triplet: AA, BA and 50. RGB value is (170,186,80). Sum of RGB (Red+Green+Blue) = 170+186+80=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA50 is #5545AF. Grayscale: #A9A9A9. Windows color (decimal): -5588400 or 5290666. OLE color: 5290666.

HSL color Cylindrical-coordinate representation of color #AABA50: hue angle of 69.06º 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 #AABA50 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 80 -
CMYK 0.09 0 0.57 0.27
HSL 69.06º 0.43% 0.52% -
HSV(B) 69.06º 0.57% 0.73% -
XYZ 35.58 44.24 14.25 -
YUV 169.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 170 186 80 0.09 0 0.57 0.27 69.06 0.43 0.52
Hex AA BA 50 9 0 39 1B 45 2B 34
Octal 252 272 120 11 0 71 33 105 53 64
Binary 10101010 10111010 1010000 1001 0 111001 11011 1000101 101011 110100

Color Harmonies of #AABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA50

Black with #AABA50

Text Example


Text Example

White with #AABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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