#80AB54

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

Shades of Chelsea Cucumber #80AB54

Tints of Chelsea Cucumber #80AB54

Color information

#80AB54 (or 0x80AB54) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, AB and 54. RGB value is (128,171,84). Sum of RGB (Red+Green+Blue) = 128+171+84=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB54 is #7F54AB. Grayscale: #949494. Windows color (decimal): -8344748 or 5548928. OLE color: 5548928.

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

Color convert

RGB12817184-
CMYK0.2500.510.33
HSL89.66º34.12%50%-
HSV(B)89.66º50.88%67.06%-
XYZ25.0734.3613.7-
YUV148.2291.75113.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 84 (33.20% from 255) = 21.93%
R=33.42%
G=44.65%
B=21.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal128171840.2500.510.3389.6634.1250
Hex80AB5419033215a2232
Octal20025312431063411324262
Binary100000001010101110101001100101100111000011011010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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