#808E33

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

Shades of Wasabi #808E33

Tints of Wasabi #808E33

Color information

#808E33 (or 0x808E33) is unknown color: approx Wasabi. HEX triplet: 80, 8E and 33. RGB value is (128,142,51). Sum of RGB (Red+Green+Blue) = 128+142+51=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #808E33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808E33 is #7F71CC. Grayscale: #7F7F7F. Windows color (decimal): -8352205 or 3378816. OLE color: 3378816.

HSL color Cylindrical-coordinate representation of color #808E33: hue angle of 69.23º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #808E33 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB12814251-
CMYK0.1000.640.44
HSL69.23º47.15%37.84%-
HSV(B)69.23º64.08%55.69%-
XYZ19.1724.176.79-
YUV127.4484.86128.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.88%
GREEN value IS 142 (55.86% from 255) = 44.24%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=39.88%
G=44.24%
B=15.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal128142510.1000.640.4469.2347.1537.84
Hex808E33A0402C452f26
Octal20021663120100541055746
Binary10000000100011101100111010010000001011001000101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808E33; }

 p { color: rgb(128,142,51); }

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

<style>
 a { background-color: #808E33; }

 a { background-color: rgb(128,142,51); }

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

<style>
 span { border-color: #808E33; }

 span { border-color: rgb(128,142,51); }

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