#80B34C

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

Shades of Chelsea Cucumber #80B34C

Tints of Chelsea Cucumber #80B34C

Color information

#80B34C (or 0x80B34C) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B3 and 4C. RGB value is (128,179,76). Sum of RGB (Red+Green+Blue) = 128+179+76=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #80B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B34C is #7F4CB3. Grayscale: #989898. Windows color (decimal): -8342708 or 5026688. OLE color: 5026688.

HSL color Cylindrical-coordinate representation of color #80B34C: hue angle of 89.71º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80B34C is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB12817976-
CMYK0.2800.580.30
HSL89.71º40.39%50%-
HSV(B)89.71º57.54%70.2%-
XYZ26.3337.3512.66-
YUV152.0185.1110.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=33.42%
G=46.74%
B=19.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128179760.2800.580.3089.7140.3950
Hex80B34C1C03A1E5a2832
Octal20026311434072361325062
Binary10000000101100111001100111000111010111101011010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,179,76); }

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

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

 a { background-color: rgb(128,179,76); }

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

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

 span { border-color: rgb(128,179,76); }

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