#A0B33E

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

Shades of Celery #A0B33E

Tints of Celery #A0B33E

Color information

#A0B33E (or 0xA0B33E) is unknown color: approx Celery. HEX triplet: A0, B3 and 3E. RGB value is (160,179,62). Sum of RGB (Red+Green+Blue) = 160+179+62=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B33E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B33E is #5F4CC1. Grayscale: #A0A0A0. Windows color (decimal): -6245570 or 4109216. OLE color: 4109216.

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

Color convert

RGB16017962-
CMYK0.1100.650.30
HSL69.74º48.55%47.25%-
HSV(B)69.74º65.36%70.2%-
XYZ31.4940.0610.63-
YUV159.9872.71128.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.90%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 62 (24.61% from 255) = 15.46%
R=39.90%
G=44.64%
B=15.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160179620.1100.650.3069.7448.5547.25
HexA0B33EB0411E46312f
Octal24026376130101361066157
Binary1010000010110011111110101101000001111101000110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B33E; }

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

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

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

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

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

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

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

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