#A0B34B

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

Shades of Celery #A0B34B

Tints of Celery #A0B34B

Color information

#A0B34B (or 0xA0B34B) is unknown color: approx Celery. HEX triplet: A0, B3 and 4B. RGB value is (160,179,75). Sum of RGB (Red+Green+Blue) = 160+179+75=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 179 (70.31% from 255 or 43.24% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B34B is #5F4CB4. Grayscale: #A1A1A1. Windows color (decimal): -6245557 or 4961184. OLE color: 4961184.

HSL color Cylindrical-coordinate representation of color #A0B34B: hue angle of 70.96º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0B34B is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB16017975-
CMYK0.1100.580.30
HSL70.96º40.94%49.8%-
HSV(B)70.96º58.1%70.2%-
XYZ31.8940.2212.74-
YUV161.4679.21126.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.65%
GREEN value IS 179 (70.31% from 255) = 43.24%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=38.65%
G=43.24%
B=18.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160179750.1100.580.3070.9640.9449.8
HexA0B34BB03A1E472932
Octal24026311313072361075162
Binary1010000010110011100101110110111010111101000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B34B; }

 p { color: rgb(160,179,75); }

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

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

 a { background-color: rgb(160,179,75); }

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

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

 span { border-color: rgb(160,179,75); }

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