#80993C

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

Shades of Wasabi #80993C

Tints of Wasabi #80993C

Color information

#80993C (or 0x80993C) is unknown color: approx Wasabi. HEX triplet: 80, 99 and 3C. RGB value is (128,153,60). Sum of RGB (Red+Green+Blue) = 128+153+60=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #80993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80993C is #7F66C3. Grayscale: #878787. Windows color (decimal): -8349380 or 3971456. OLE color: 3971456.

HSL color Cylindrical-coordinate representation of color #80993C: hue angle of 76.13º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80993C is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB12815360-
CMYK0.1600.610.4
HSL76.13º43.66%41.76%-
HSV(B)76.13º60.78%60%-
XYZ21.1127.78.51-
YUV134.9285.72123.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=37.54%
G=44.87%
B=17.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal128153600.1600.610.476.1343.6641.76
Hex80993C1003D284c2c2a
Octal2002317420075501145452
Binary10000000100110011111001000001111011010001001100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80993C; }

 p { color: rgb(128,153,60); }

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

<style>
 a { background-color: #80993C; }

 a { background-color: rgb(128,153,60); }

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

<style>
 span { border-color: #80993C; }

 span { border-color: rgb(128,153,60); }

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