#80B447

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

Shades of Chelsea Cucumber #80B447

Tints of Chelsea Cucumber #80B447

Color information

#80B447 (or 0x80B447) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B4 and 47. RGB value is (128,180,71). Sum of RGB (Red+Green+Blue) = 128+180+71=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #80B447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B447 is #7F4BB8. Grayscale: #989898. Windows color (decimal): -8342457 or 4699264. OLE color: 4699264.

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

Color convert

RGB12818071-
CMYK0.2900.610.29
HSL88.62º43.43%49.22%-
HSV(B)88.62º60.56%70.59%-
XYZ26.3637.6911.85-
YUV152.0382.27110.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.77%
GREEN value IS 180 (70.70% from 255) = 47.49%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=33.77%
G=47.49%
B=18.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180710.2900.610.2988.6243.4349.22
Hex80B4471D03D1D592b31
Octal20026410735075351315361
Binary10000000101101001000111111010111101111011011001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,71); }

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

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

 a { background-color: rgb(128,180,71); }

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

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

 span { border-color: rgb(128,180,71); }

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