Html Css Color HEX #808B37 Wasabi

📋 copy color: '#808B37'

red 128 ◦ green 139 ◦ blue 55

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

Shades of Wasabi #808B37

Tints of Wasabi #808B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

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

R = 39.75%
G = 43.17%
B = 17.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#808B37 (or 0x808B37) is known color: Wasabi. HEX triplet: 80, 8B and 37. RGB value is (128,139,55). Sum of RGB (Red+Green+Blue) = 128+139+55=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #808B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B37 is #7F74C8. Grayscale: #7E7E7E. Windows color (decimal): -8352969 or 3640192. OLE color: 3640192.

HSL color Cylindrical-coordinate representation of color #808B37: hue angle of 67.86º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #808B37 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 139 55 -
CMYK 0.08 0 0.60 0.45
HSL 67.86º 0.43% 0.38% -
HSV(B) 67.86º 0.6% 0.55% -
XYZ 18.82 23.33 7.13 -
YUV 126.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 128 139 55 0.08 0 0.60 0.45 67.86 0.43 0.38
Hex 80 8B 37 8 0 3C 2D 44 2B 26
Octal 200 213 67 10 0 74 55 104 53 46
Binary 10000000 10001011 110111 1000 0 111100 101101 1000100 101011 100110

Color Harmonies of #808B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B37

Black with #808B37

Text Example


Text Example

White with #808B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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