#808933

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

Shades of Wasabi #808933

Tints of Wasabi #808933

Color information

#808933 (or 0x808933) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 33. RGB value is (128,137,51). Sum of RGB (Red+Green+Blue) = 128+137+51=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #808933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808933 is #7F76CC. Grayscale: #7C7C7C. Windows color (decimal): -8353485 or 3377536. OLE color: 3377536.

HSL color Cylindrical-coordinate representation of color #808933: hue angle of 66.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808933 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB12813751-
CMYK0.0700.630.46
HSL66.28º45.74%36.86%-
HSV(B)66.28º62.77%53.73%-
XYZ18.4522.726.55-
YUV124.586.52130.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 51 (20.31% from 255) = 16.14%
R=40.51%
G=43.35%
B=16.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137510.0700.630.4666.2845.7436.86
Hex808933703F2E422e25
Octal200211637077561025645
Binary100000001000100111001111101111111011101000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808933; }

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

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

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

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

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

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

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

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