#A0B94C

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

Shades of Celery #A0B94C

Tints of Celery #A0B94C

Color information

#A0B94C (or 0xA0B94C) is unknown color: approx Celery. HEX triplet: A0, B9 and 4C. RGB value is (160,185,76). Sum of RGB (Red+Green+Blue) = 160+185+76=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B94C is #5F46B3. Grayscale: #A5A5A5. Windows color (decimal): -6244020 or 5028256. OLE color: 5028256.

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

Color convert

RGB16018576-
CMYK0.1400.590.27
HSL73.76º43.78%51.18%-
HSV(B)73.76º58.92%72.55%-
XYZ33.1542.6913.33-
YUV165.177.72124.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 185 (72.66% from 255) = 43.94%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=38.00%
G=43.94%
B=18.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160185760.1400.590.2773.7643.7851.18
HexA0B94CE03B1B4a2c33
Octal24027111416073331125463
Binary1010000010111001100110011100111011110111001010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B94C; }

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

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

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

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

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

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

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

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