Html Css Color HEX #AABC50 Celery

📋 copy color: '#AABC50'

red 170 ◦ green 188 ◦ blue 80

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

Shades of Celery #AABC50

Tints of Celery #AABC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

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

R = 38.81%
G = 42.92%
B = 18.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#AABC50 (or 0xAABC50) is known color: Celery. HEX triplet: AA, BC and 50. RGB value is (170,188,80). Sum of RGB (Red+Green+Blue) = 170+188+80=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC50 is #5543AF. Grayscale: #AAAAAA. Windows color (decimal): -5587888 or 5291178. OLE color: 5291178.

HSL color Cylindrical-coordinate representation of color #AABC50: hue angle of 70º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AABC50 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 188 80 -
CMYK 0.10 0 0.57 0.26
HSL 70º 0.45% 0.53% -
HSV(B) 70º 0.57% 0.74% -
XYZ 36.01 45.09 14.4 -
YUV 170.31 77.04 127.78 -
System Red Green Blue C M Y K H S L
Decimal 170 188 80 0.10 0 0.57 0.26 70 0.45 0.53
Hex AA BC 50 A 0 39 1A 46 2D 35
Octal 252 274 120 12 0 71 32 106 55 65
Binary 10101010 10111100 1010000 1010 0 111001 11010 1000110 101101 110101

Color Harmonies of #AABC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC50

Black with #AABC50

Text Example


Text Example

White with #AABC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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