#AABB4A

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

Shades of Celery #AABB4A

Tints of Celery #AABB4A

Color information

#AABB4A (or 0xAABB4A) is unknown color: approx Celery. HEX triplet: AA, BB and 4A. RGB value is (170,187,74). Sum of RGB (Red+Green+Blue) = 170+187+74=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABB4A is #5544B5. Grayscale: #A9A9A9. Windows color (decimal): -5588150 or 4897706. OLE color: 4897706.

HSL color Cylindrical-coordinate representation of color #AABB4A: hue angle of 69.03º 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 #AABB4A is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17018774-
CMYK0.0900.600.27
HSL69.03º45.38%51.18%-
HSV(B)69.03º60.43%73.33%-
XYZ35.5844.5813.21-
YUV169.0474.37128.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=39.44%
G=43.39%
B=17.17%

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
Decimal170187740.0900.600.2769.0345.3851.18
HexAABB4A903C1B452d33
Octal25227311211074331055563
Binary1010101010111011100101010010111100110111000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB4A; }

 p { color: rgb(170,187,74); }

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

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

 a { background-color: rgb(170,187,74); }

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

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

 span { border-color: rgb(170,187,74); }

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