#AABA4B

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

Shades of Celery #AABA4B

Tints of Celery #AABA4B

Color information

#AABA4B (or 0xAABA4B) is unknown color: approx Celery. HEX triplet: AA, BA and 4B. RGB value is (170,186,75). Sum of RGB (Red+Green+Blue) = 170+186+75=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA4B is #5545B4. Grayscale: #A8A8A8. Windows color (decimal): -5588405 or 4962986. OLE color: 4962986.

HSL color Cylindrical-coordinate representation of color #AABA4B: hue angle of 68.65º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AABA4B is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17018675-
CMYK0.0900.600.27
HSL68.65º44.58%51.18%-
HSV(B)68.65º59.68%72.94%-
XYZ35.4144.1713.32-
YUV168.5675.2129.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 75 (29.69% from 255) = 17.40%
R=39.44%
G=43.16%
B=17.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170186750.0900.600.2768.6544.5851.18
HexAABA4B903C1B452d33
Octal25227211311074331055563
Binary1010101010111010100101110010111100110111000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA4B; }

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

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

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

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

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

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

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

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