#80B055

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

Shades of Chelsea Cucumber #80B055

Tints of Chelsea Cucumber #80B055

Color information

#80B055 (or 0x80B055) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B0 and 55. RGB value is (128,176,85). Sum of RGB (Red+Green+Blue) = 128+176+85=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 176 - color contains mainly: green. Hex color #80B055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B055 is #7F4FAA. Grayscale: #979797. Windows color (decimal): -8343467 or 5615744. OLE color: 5615744.

HSL color Cylindrical-coordinate representation of color #80B055: hue angle of 91.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80B055 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB12817685-
CMYK0.2700.520.31
HSL91.65º36.55%51.18%-
HSV(B)91.65º51.7%69.02%-
XYZ26.0736.314.23-
YUV151.2790.6111.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=32.90%
G=45.24%
B=21.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128176850.2700.520.3191.6536.5551.18
Hex80B0551B0341F5c2533
Octal20026012533064371344563
Binary10000000101100001010101110110110100111111011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,176,85); }

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

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

 a { background-color: rgb(128,176,85); }

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

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

 span { border-color: rgb(128,176,85); }

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