#A0B949

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

Shades of Celery #A0B949

Tints of Celery #A0B949

Color information

#A0B949 (or 0xA0B949) is unknown color: approx Celery. HEX triplet: A0, B9 and 49. RGB value is (160,185,73). Sum of RGB (Red+Green+Blue) = 160+185+73=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B949 is #5F46B6. Grayscale: #A5A5A5. Windows color (decimal): -6244023 or 4831648. OLE color: 4831648.

HSL color Cylindrical-coordinate representation of color #A0B949: hue angle of 73.39º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0B949 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB16018573-
CMYK0.1400.610.27
HSL73.39º44.44%50.59%-
HSV(B)73.39º60.54%72.55%-
XYZ33.0542.6512.79-
YUV164.7676.22124.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.28%
GREEN value IS 185 (72.66% from 255) = 44.26%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=38.28%
G=44.26%
B=17.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160185730.1400.610.2773.3944.4450.59
HexA0B949E03D1B492c33
Octal24027111116075331115463
Binary1010000010111001100100111100111101110111001001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B949; }

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

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

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

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

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

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

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

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