#A0B94E

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

Shades of Celery #A0B94E

Tints of Celery #A0B94E

Color information

#A0B94E (or 0xA0B94E) is unknown color: approx Celery. HEX triplet: A0, B9 and 4E. RGB value is (160,185,78). Sum of RGB (Red+Green+Blue) = 160+185+78=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B94E is #5F46B1. Grayscale: #A5A5A5. Windows color (decimal): -6244018 or 5159328. OLE color: 5159328.

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

Color convert

RGB16018578-
CMYK0.1400.580.27
HSL74.02º43.32%51.57%-
HSV(B)74.02º57.84%72.55%-
XYZ33.2242.7213.7-
YUV165.3378.72124.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.83%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=37.83%
G=43.74%
B=18.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160185780.1400.580.2774.0243.3251.57
HexA0B94EE03A1B4a2b34
Octal24027111616072331125364
Binary1010000010111001100111011100111010110111001010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B94E; }

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

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

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

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

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

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

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

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