Html Css Color HEX #808E35 Wasabi

📋 copy color: '#808E35'

red 128 ◦ green 142 ◦ blue 53

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

Shades of Wasabi #808E35

Tints of Wasabi #808E35

RGB

 RED value IS 128 (50.39% from 255) = 39.63%

 GREEN value IS 142 (55.86% from 255) = 43.96%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 39.63%
G = 43.96%
B = 16.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#808E35 (or 0x808E35) is known color: Wasabi. HEX triplet: 80, 8E and 35. RGB value is (128,142,53). Sum of RGB (Red+Green+Blue) = 128+142+53=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #808E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808E35 is #7F71CA. Grayscale: #808080. Windows color (decimal): -8352203 or 3509888. OLE color: 3509888.

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

Color convert

RGB 128 142 53 -
CMYK 0.10 0 0.63 0.44
HSL 69.44º 0.46% 0.38% -
HSV(B) 69.44º 0.63% 0.56% -
XYZ 19.22 24.19 7.02 -
YUV 127.67 85.86 128.24 -
System Red Green Blue C M Y K H S L
Decimal 128 142 53 0.10 0 0.63 0.44 69.44 0.46 0.38
Hex 80 8E 35 A 0 3F 2C 45 2E 26
Octal 200 216 65 12 0 77 54 105 56 46
Binary 10000000 10001110 110101 1010 0 111111 101100 1000101 101110 100110

Color Harmonies of #808E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E35

Black with #808E35

Text Example


Text Example

White with #808E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #808E35;
 }
 .AnyTagClassName
 {
   color: #808E35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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