Html Css Color HEX #808B46 Wasabi

📋 copy color: '#808B46'

red 128 ◦ green 139 ◦ blue 70

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

Shades of Wasabi #808B46

Tints of Wasabi #808B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.77%

R = 37.98%
G = 41.25%
B = 20.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#808B46 (or 0x808B46) is known color: Wasabi. HEX triplet: 80, 8B and 46. RGB value is (128,139,70). Sum of RGB (Red+Green+Blue) = 128+139+70=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #808B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B46 is #7F74B9. Grayscale: #808080. Windows color (decimal): -8352954 or 4623232. OLE color: 4623232.

HSL color Cylindrical-coordinate representation of color #808B46: hue angle of 69.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808B46 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 139 70 -
CMYK 0.08 0 0.50 0.45
HSL 69.57º 0.33% 0.41% -
HSV(B) 69.57º 0.5% 0.55% -
XYZ 19.24 23.5 9.32 -
YUV 127.85 95.36 128.11 -
System Red Green Blue C M Y K H S L
Decimal 128 139 70 0.08 0 0.50 0.45 69.57 0.33 0.41
Hex 80 8B 46 8 0 32 2D 46 21 29
Octal 200 213 106 10 0 62 55 106 41 51
Binary 10000000 10001011 1000110 1000 0 110010 101101 1000110 100001 101001

Color Harmonies of #808B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B46

Black with #808B46

Text Example


Text Example

White with #808B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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