#A0B541

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

Shades of Celery #A0B541

Tints of Celery #A0B541

Color information

#A0B541 (or 0xA0B541) is unknown color: approx Celery. HEX triplet: A0, B5 and 41. RGB value is (160,181,65). Sum of RGB (Red+Green+Blue) = 160+181+65=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B541 is #5F4ABE. Grayscale: #A1A1A1. Windows color (decimal): -6245055 or 4306336. OLE color: 4306336.

HSL color Cylindrical-coordinate representation of color #A0B541: hue angle of 70.86º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0B541 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB16018165-
CMYK0.1200.640.29
HSL70.86º47.15%48.24%-
HSV(B)70.86º64.09%70.98%-
XYZ31.9840.911.21-
YUV161.573.54126.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.41%
GREEN value IS 181 (71.09% from 255) = 44.58%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=39.41%
G=44.58%
B=16.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160181650.1200.640.2970.8647.1548.24
HexA0B541C0401D472f30
Octal240265101140100351075760
Binary10100000101101011000001110001000000111011000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B541; }

 p { color: rgb(160,181,65); }

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

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

 a { background-color: rgb(160,181,65); }

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

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

 span { border-color: rgb(160,181,65); }

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