#808935

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

Shades of Wasabi #808935

Tints of Wasabi #808935

Color information

#808935 (or 0x808935) is unknown color: approx Wasabi. HEX triplet: 80, 89 and 35. RGB value is (128,137,53). Sum of RGB (Red+Green+Blue) = 128+137+53=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #808935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808935 is #7F76CA. Grayscale: #7D7D7D. Windows color (decimal): -8353483 or 3508608. OLE color: 3508608.

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

Color convert

RGB12813753-
CMYK0.0700.610.46
HSL66.43º44.21%37.25%-
HSV(B)66.43º61.31%53.73%-
XYZ18.4922.746.78-
YUV124.7387.52130.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.25%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=40.25%
G=43.08%
B=16.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128137530.0700.610.4666.4344.2137.25
Hex808935703D2E422c25
Octal200211657075561025445
Binary100000001000100111010111101111011011101000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808935; }

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

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

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

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

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

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

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

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