#aab250

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

Shades of Celery #AAB250

Tints of Celery #AAB250

Color information

#AAB250 (or 0xAAB250) is unknown color: approx Celery. HEX triplet: AA, B2 and 50. RGB value is (170,178,80). Sum of RGB (Red+Green+Blue) = 170+178+80=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB250 is #554DAF. Grayscale: #A4A4A4. Windows color (decimal): -5590448 or 5288618. OLE color: 5288618.

HSL color Cylindrical-coordinate representation of color #AAB250: hue angle of 64.9º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAB250 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB17017880-
CMYK0.0400.550.30
HSL64.9º38.89%50.59%-
HSV(B)64.9º55.06%69.8%-
XYZ33.9540.9713.71-
YUV164.4480.35131.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 80 (31.64% from 255) = 18.69%
R=39.72%
G=41.59%
B=18.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178800.0400.550.3064.938.8950.59
HexAAB25040371E412733
Octal2522621204067361014763
Binary101010101011001010100001000110111111101000001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aab250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aab250; }

 p { color: rgb(170,178,80); }

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

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

 a { background-color: rgb(170,178,80); }

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

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

 span { border-color: rgb(170,178,80); }

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