#A1B649

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

Shades of Celery #A1B649

Tints of Celery #A1B649

Color information

#A1B649 (or 0xA1B649) is unknown color: approx Celery. HEX triplet: A1, B6 and 49. RGB value is (161,182,73). Sum of RGB (Red+Green+Blue) = 161+182+73=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B649 is #5E49B6. Grayscale: #A3A3A3. Windows color (decimal): -6179255 or 4830881. OLE color: 4830881.

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

Color convert

RGB16118273-
CMYK0.1200.600.29
HSL71.56º42.75%50%-
HSV(B)71.56º59.89%71.37%-
XYZ32.6341.5112.6-
YUV163.2977.04126.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 182 (71.48% from 255) = 43.75%
BLUE value IS 73 (28.91% from 255) = 17.55%
R=38.70%
G=43.75%
B=17.55%

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
Decimal161182730.1200.600.2971.5642.7550
HexA1B649C03C1D482b32
Octal24126611114074351105362
Binary1010000110110110100100111000111100111011001000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B649; }

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

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

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

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

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

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

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

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