#AABA56

Color #AABA56 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AABA56

Tints of Celery #AABA56

Color information

#AABA56 (or 0xAABA56) is unknown color: approx Celery. HEX triplet: AA, BA and 56. RGB value is (170,186,86). Sum of RGB (Red+Green+Blue) = 170+186+86=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 86 (33.98% from 255 or 19.46% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABA56 is #5545A9. Grayscale: #AAAAAA. Windows color (decimal): -5588394 or 5683882. OLE color: 5683882.

HSL color Cylindrical-coordinate representation of color #AABA56: hue angle of 69.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AABA56 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB17018686-
CMYK0.0900.540.27
HSL69.6º42.02%53.33%-
HSV(B)69.6º53.76%72.94%-
XYZ35.8244.3415.47-
YUV169.8280.7128.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 86 (33.98% from 255) = 19.46%
R=38.46%
G=42.08%
B=19.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186860.0900.540.2769.642.0253.33
HexAABA5690361B462a35
Octal25227212611066331065265
Binary1010101010111010101011010010110110110111000110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA56; }

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

 H1.HeaderClassName
 {
   color: #AABA56;
 }
 .AnyTagClassName
 {
   color: #AABA56;
 }
</style>
background-color css

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

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

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

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

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

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