#80B14D

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

Shades of Chelsea Cucumber #80B14D

Tints of Chelsea Cucumber #80B14D

Color information

#80B14D (or 0x80B14D) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B1 and 4D. RGB value is (128,177,77). Sum of RGB (Red+Green+Blue) = 128+177+77=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #80B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B14D is #7F4EB2. Grayscale: #979797. Windows color (decimal): -8343219 or 5091712. OLE color: 5091712.

HSL color Cylindrical-coordinate representation of color #80B14D: hue angle of 89.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80B14D is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB12817777-
CMYK0.2800.560.31
HSL89.4º39.37%49.8%-
HSV(B)89.4º56.5%69.41%-
XYZ25.9636.5712.71-
YUV150.9586.27111.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.51%
GREEN value IS 177 (69.53% from 255) = 46.34%
BLUE value IS 77 (30.47% from 255) = 20.16%
R=33.51%
G=46.34%
B=20.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177770.2800.560.3189.439.3749.8
Hex80B14D1C0381F592732
Octal20026111534070371314762
Binary10000000101100011001101111000111000111111011001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,177,77); }

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

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

 a { background-color: rgb(128,177,77); }

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

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

 span { border-color: rgb(128,177,77); }

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