Html Css Color HEX #808237 Wasabi

📋 copy color: '#808237'

red 128 ◦ green 130 ◦ blue 55

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

Shades of Wasabi #808237

Tints of Wasabi #808237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 40.89%
G = 41.53%
B = 17.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#808237 (or 0x808237) is known color: Wasabi. HEX triplet: 80, 82 and 37. RGB value is (128,130,55). Sum of RGB (Red+Green+Blue) = 128+130+55=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #808237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808237 is #7F7DC8. Grayscale: #797979. Windows color (decimal): -8355273 or 3637888. OLE color: 3637888.

HSL color Cylindrical-coordinate representation of color #808237: hue angle of 61.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #808237 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 55 -
CMYK 0.02 0 0.58 0.49
HSL 61.6º 0.41% 0.36% -
HSV(B) 61.6º 0.58% 0.51% -
XYZ 17.57 20.83 6.71 -
YUV 120.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 128 130 55 0.02 0 0.58 0.49 61.6 0.41 0.36
Hex 80 82 37 2 0 3A 31 3E 29 24
Octal 200 202 67 2 0 72 61 76 51 44
Binary 10000000 10000010 110111 10 0 111010 110001 111110 101001 100100

Color Harmonies of #808237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808237

Black with #808237

Text Example


Text Example

White with #808237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808237; }

 p { color: rgb(128,130,55); }

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

background-color css

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

 a { background-color: rgb(128,130,55); }

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

border-color css

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

 span { border-color: rgb(128,130,55); }

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