#A0B840

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

Shades of Celery #A0B840

Tints of Celery #A0B840

Color information

#A0B840 (or 0xA0B840) is unknown color: approx Celery. HEX triplet: A0, B8 and 40. RGB value is (160,184,64). Sum of RGB (Red+Green+Blue) = 160+184+64=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 64 (25.39% from 255 or 15.69% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B840 is #5F47BF. Grayscale: #A3A3A3. Windows color (decimal): -6244288 or 4241568. OLE color: 4241568.

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

Color convert

RGB16018464-
CMYK0.1300.650.28
HSL72º48.39%48.63%-
HSV(B)72º65.22%72.16%-
XYZ32.5642.1211.27-
YUV163.1472.05125.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 184 (72.27% from 255) = 45.10%
BLUE value IS 64 (25.39% from 255) = 15.69%
R=39.22%
G=45.10%
B=15.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184640.1300.650.287248.3948.63
HexA0B840D0411C483031
Octal240270100150101341106061
Binary10100000101110001000000110101000001111001001000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B840; }

 p { color: rgb(160,184,64); }

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

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

 a { background-color: rgb(160,184,64); }

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

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

 span { border-color: rgb(160,184,64); }

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