Html Css Color HEX #808935 Wasabi

📋 copy color: '#808935'

red 128 ◦ green 137 ◦ blue 53

#808935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #808935

Tints of Wasabi #808935

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 value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#808935 (or 0x808935) is known color: 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

RGB 128 137 53 -
CMYK 0.07 0 0.61 0.46
HSL 66.43º 0.44% 0.37% -
HSV(B) 66.43º 0.61% 0.54% -
XYZ 18.49 22.74 6.78 -
YUV 124.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 128 137 53 0.07 0 0.61 0.46 66.43 0.44 0.37
Hex 80 89 35 7 0 3D 2E 42 2C 25
Octal 200 211 65 7 0 75 56 102 54 45
Binary 10000000 10001001 110101 111 0 111101 101110 1000010 101100 100101

Color Harmonies of #808935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808935

Black with #808935

Text Example


Text Example

White with #808935

Text Example


Text Example

HTML Codes & Css Web 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>