#80AB50

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

Shades of Chelsea Cucumber #80AB50

Tints of Chelsea Cucumber #80AB50

Color information

#80AB50 (or 0x80AB50) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AB and 50. RGB value is (128,171,80). Sum of RGB (Red+Green+Blue) = 128+171+80=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB50 is #7F54AF. Grayscale: #949494. Windows color (decimal): -8344752 or 5286784. OLE color: 5286784.

HSL color Cylindrical-coordinate representation of color #80AB50: hue angle of 88.35º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80AB50 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB12817180-
CMYK0.2500.530.33
HSL88.35º36.25%49.22%-
HSV(B)88.35º53.22%67.06%-
XYZ24.9134.2912.9-
YUV147.7789.75113.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=33.77%
G=45.12%
B=21.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128171800.2500.530.3388.3536.2549.22
Hex80AB501903521582431
Octal20025312031065411304461
Binary100000001010101110100001100101101011000011011000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,80); }

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

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

 a { background-color: rgb(128,171,80); }

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

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

 span { border-color: rgb(128,171,80); }

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