#A0B649

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

Shades of Celery #A0B649

Tints of Celery #A0B649

Color information

#A0B649 (or 0xA0B649) is unknown color: approx Celery. HEX triplet: A0, B6 and 49. RGB value is (160,182,73). Sum of RGB (Red+Green+Blue) = 160+182+73=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 73 (28.91% from 255 or 17.59% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B649 is #5F49B6. Grayscale: #A3A3A3. Windows color (decimal): -6244791 or 4830880. OLE color: 4830880.

HSL color Cylindrical-coordinate representation of color #A0B649: hue angle of 72.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0B649 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB16018273-
CMYK0.1200.600.29
HSL72.11º42.75%50%-
HSV(B)72.11º59.89%71.37%-
XYZ32.4341.4112.59-
YUV16377.21125.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 182 (71.48% from 255) = 43.86%
BLUE value IS 73 (28.91% from 255) = 17.59%
R=38.55%
G=43.86%
B=17.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160182730.1200.600.2972.1142.7550
HexA0B649C03C1D482b32
Octal24026611114074351105362
Binary1010000010110110100100111000111100111011001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B649; }

 p { color: rgb(160,182,73); }

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

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

 a { background-color: rgb(160,182,73); }

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

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

 span { border-color: rgb(160,182,73); }

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