#80B453

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

Shades of Chelsea Cucumber #80B453

Tints of Chelsea Cucumber #80B453

Color information

#80B453 (or 0x80B453) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B4 and 53. RGB value is (128,180,83). Sum of RGB (Red+Green+Blue) = 128+180+83=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #80B453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B453 is #7F4BAC. Grayscale: #999999. Windows color (decimal): -8342445 or 5485696. OLE color: 5485696.

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

Color convert

RGB12818083-
CMYK0.2900.540.29
HSL92.16º39.27%51.57%-
HSV(B)92.16º53.89%70.59%-
XYZ26.7837.8614.08-
YUV153.3988.27109.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 83 (32.81% from 255) = 21.23%
R=32.74%
G=46.04%
B=21.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal128180830.2900.540.2992.1639.2751.57
Hex80B4531D0361D5c2734
Octal20026412335066351344764
Binary10000000101101001010011111010110110111011011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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