#AABD4D

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

Shades of Celery #AABD4D

Tints of Celery #AABD4D

Color information

#AABD4D (or 0xAABD4D) is unknown color: approx Celery. HEX triplet: AA, BD and 4D. RGB value is (170,189,77). Sum of RGB (Red+Green+Blue) = 170+189+77=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABD4D is #5542B2. Grayscale: #AAAAAA. Windows color (decimal): -5587635 or 5094826. OLE color: 5094826.

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

Color convert

RGB17018977-
CMYK0.1000.590.26
HSL70.18º45.9%52.16%-
HSV(B)70.18º59.26%74.12%-
XYZ36.1145.4813.9-
YUV170.5575.21127.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 189 (74.22% from 255) = 43.35%
BLUE value IS 77 (30.47% from 255) = 17.66%
R=38.99%
G=43.35%
B=17.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170189770.1000.590.2670.1845.952.16
HexAABD4DA03B1A462e34
Octal25227511512073321065664
Binary1010101010111101100110110100111011110101000110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABD4D; }

 p { color: rgb(170,189,77); }

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

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

 a { background-color: rgb(170,189,77); }

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

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

 span { border-color: rgb(170,189,77); }

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