Html Css Color HEX #808536 Wasabi

📋 copy color: '#808536'

red 128 ◦ green 133 ◦ blue 54

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

Shades of Wasabi #808536

Tints of Wasabi #808536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.22%

 BLUE value IS 54 (21.48% from 255) = 17.14%

R = 40.63%
G = 42.22%
B = 17.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#808536 (or 0x808536) is known color: Wasabi. HEX triplet: 80, 85 and 36. RGB value is (128,133,54). Sum of RGB (Red+Green+Blue) = 128+133+54=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #808536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808536 is #7F7AC9. Grayscale: #7A7A7A. Windows color (decimal): -8354506 or 3573120. OLE color: 3573120.

HSL color Cylindrical-coordinate representation of color #808536: hue angle of 63.8º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #808536 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 54 -
CMYK 0.04 0 0.59 0.48
HSL 63.8º 0.42% 0.37% -
HSV(B) 63.8º 0.59% 0.52% -
XYZ 17.96 21.63 6.72 -
YUV 122.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 128 133 54 0.04 0 0.59 0.48 63.8 0.42 0.37
Hex 80 85 36 4 0 3B 30 40 2A 25
Octal 200 205 66 4 0 73 60 100 52 45
Binary 10000000 10000101 110110 100 0 111011 110000 1000000 101010 100101

Color Harmonies of #808536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808536

Black with #808536

Text Example


Text Example

White with #808536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808536; }

 p { color: rgb(128,133,54); }

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

background-color css

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

 a { background-color: rgb(128,133,54); }

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

border-color css

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

 span { border-color: rgb(128,133,54); }

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