#80a856

Color #80A856 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #80A856

Tints of Chelsea Cucumber #80A856

Color information

#80A856 (or 0x80A856) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, A8 and 56. RGB value is (128,168,86). Sum of RGB (Red+Green+Blue) = 128+168+86=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 86 (33.98% from 255 or 22.51% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #80A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A856 is #7F57A9. Grayscale: #929292. Windows color (decimal): -8345514 or 5679232. OLE color: 5679232.

HSL color Cylindrical-coordinate representation of color #80A856: hue angle of 89.27º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80A856 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB12816886-
CMYK0.2400.490.34
HSL89.27º32.28%49.8%-
HSV(B)89.27º48.81%65.88%-
XYZ24.5833.2713.93-
YUV146.6993.75114.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 86 (33.98% from 255) = 22.51%
R=33.51%
G=43.98%
B=22.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal128168860.2400.490.3489.2732.2849.8
Hex80A8561803122592032
Octal20025012630061421314062
Binary100000001010100010101101100001100011000101011001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80a856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80a856; }

 p { color: rgb(128,168,86); }

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

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

 a { background-color: rgb(128,168,86); }

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

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

 span { border-color: rgb(128,168,86); }

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