#AABA42

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

Shades of Celery #AABA42

Tints of Celery #AABA42

Color information

#AABA42 (or 0xAABA42) is unknown color: approx Celery. HEX triplet: AA, BA and 42. RGB value is (170,186,66). Sum of RGB (Red+Green+Blue) = 170+186+66=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA42 is #5545BD. Grayscale: #A8A8A8. Windows color (decimal): -5588414 or 4373162. OLE color: 4373162.

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

Color convert

RGB17018666-
CMYK0.0900.650.27
HSL68º47.62%49.41%-
HSV(B)68º64.52%72.94%-
XYZ35.1244.0611.81-
YUV167.5470.7129.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 186 (73.05% from 255) = 44.08%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=40.28%
G=44.08%
B=15.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186660.0900.650.276847.6249.41
HexAABA4290411B443031
Octal252272102110101331046061
Binary10101010101110101000010100101000001110111000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA42; }

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

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

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

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

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

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

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

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