#A0B73F

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

Shades of Celery #A0B73F

Tints of Celery #A0B73F

Color information

#A0B73F (or 0xA0B73F) is unknown color: approx Celery. HEX triplet: A0, B7 and 3F. RGB value is (160,183,63). Sum of RGB (Red+Green+Blue) = 160+183+63=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B73F is #5F48C0. Grayscale: #A2A2A2. Windows color (decimal): -6244545 or 4175776. OLE color: 4175776.

HSL color Cylindrical-coordinate representation of color #A0B73F: hue angle of 71.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0B73F is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB16018363-
CMYK0.1300.660.28
HSL71.5º48.78%48.24%-
HSV(B)71.5º65.57%71.76%-
XYZ32.3341.711.05-
YUV162.4471.88126.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 63 (25% from 255) = 15.52%
R=39.41%
G=45.07%
B=15.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160183630.1300.660.2871.548.7848.24
HexA0B73FD0421C483130
Octal24026777150102341106160
Binary1010000010110111111111110101000010111001001000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B73F; }

 p { color: rgb(160,183,63); }

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

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

 a { background-color: rgb(160,183,63); }

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

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

 span { border-color: rgb(160,183,63); }

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