#80B545

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

Shades of Chelsea Cucumber #80B545

Tints of Chelsea Cucumber #80B545

Color information

#80B545 (or 0x80B545) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B5 and 45. RGB value is (128,181,69). Sum of RGB (Red+Green+Blue) = 128+181+69=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #80B545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B545 is #7F4ABA. Grayscale: #989898. Windows color (decimal): -8342203 or 4568448. OLE color: 4568448.

HSL color Cylindrical-coordinate representation of color #80B545: hue angle of 88.39º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80B545 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB12818169-
CMYK0.2900.620.29
HSL88.39º44.8%49.02%-
HSV(B)88.39º61.88%70.98%-
XYZ26.538.0711.58-
YUV152.3980.94110.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.86%
GREEN value IS 181 (71.09% from 255) = 47.88%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=33.86%
G=47.88%
B=18.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128181690.2900.620.2988.3944.849.02
Hex80B5451D03E1D582d31
Octal20026510535076351305561
Binary10000000101101011000101111010111110111011011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,181,69); }

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

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

 a { background-color: rgb(128,181,69); }

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

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

 span { border-color: rgb(128,181,69); }

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