Html Css Color HEX #AABC55 Celery

📋 copy color: '#AABC55'

red 170 ◦ green 188 ◦ blue 85

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

Shades of Celery #AABC55

Tints of Celery #AABC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.19%

R = 38.37%
G = 42.44%
B = 19.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#AABC55 (or 0xAABC55) is known color: Celery. HEX triplet: AA, BC and 55. RGB value is (170,188,85). Sum of RGB (Red+Green+Blue) = 170+188+85=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABC55 is #5543AA. Grayscale: #ABABAB. Windows color (decimal): -5587883 or 5618858. OLE color: 5618858.

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

Color convert

RGB 170 188 85 -
CMYK 0.10 0 0.55 0.26
HSL 70.49º 0.43% 0.54% -
HSV(B) 70.49º 0.55% 0.74% -
XYZ 36.2 45.17 15.4 -
YUV 170.88 79.54 127.38 -
System Red Green Blue C M Y K H S L
Decimal 170 188 85 0.10 0 0.55 0.26 70.49 0.43 0.54
Hex AA BC 55 A 0 37 1A 46 2B 36
Octal 252 274 125 12 0 67 32 106 53 66
Binary 10101010 10111100 1010101 1010 0 110111 11010 1000110 101011 110110

Color Harmonies of #AABC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC55

Black with #AABC55

Text Example


Text Example

White with #AABC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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