#A0B14C

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

Shades of Celery #A0B14C

Tints of Celery #A0B14C

Color information

#A0B14C (or 0xA0B14C) is unknown color: approx Celery. HEX triplet: A0, B1 and 4C. RGB value is (160,177,76). Sum of RGB (Red+Green+Blue) = 160+177+76=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0B14C is #5F4EB3. Grayscale: #A0A0A0. Windows color (decimal): -6246068 or 5026208. OLE color: 5026208.

HSL color Cylindrical-coordinate representation of color #A0B14C: hue angle of 70.1º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0B14C is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB16017776-
CMYK0.1000.570.31
HSL70.1º39.92%49.61%-
HSV(B)70.1º57.06%69.41%-
XYZ31.5239.4412.79-
YUV160.480.37127.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.74%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 76 (30.08% from 255) = 18.40%
R=38.74%
G=42.86%
B=18.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160177760.1000.570.3170.139.9249.61
HexA0B14CA0391F462832
Octal24026111412071371065062
Binary1010000010110001100110010100111001111111000110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B14C; }

 p { color: rgb(160,177,76); }

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

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

 a { background-color: rgb(160,177,76); }

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

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

 span { border-color: rgb(160,177,76); }

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