#80983D

Color #80983D Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #80983D

Tints of Wasabi #80983D

Color information

#80983D (or 0x80983D) is unknown color: approx Wasabi. HEX triplet: 80, 98 and 3D. RGB value is (128,152,61). Sum of RGB (Red+Green+Blue) = 128+152+61=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #80983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80983D is #7F67C2. Grayscale: #868686. Windows color (decimal): -8349635 or 4036736. OLE color: 4036736.

HSL color Cylindrical-coordinate representation of color #80983D: hue angle of 75.82º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80983D is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB12815261-
CMYK0.1600.600.40
HSL75.82º42.72%41.76%-
HSV(B)75.82º59.87%59.61%-
XYZ20.9727.388.59-
YUV134.4586.55123.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=37.54%
G=44.57%
B=17.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal128152610.1600.600.4075.8242.7241.76
Hex80983D1003C284c2b2a
Octal2002307520074501145352
Binary10000000100110001111011000001111001010001001100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80983D; }

 p { color: rgb(128,152,61); }

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

<style>
 a { background-color: #80983D; }

 a { background-color: rgb(128,152,61); }

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

<style>
 span { border-color: #80983D; }

 span { border-color: rgb(128,152,61); }

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