Html Css Color HEX #808B44 Wasabi

📋 copy color: '#808B44'

red 128 ◦ green 139 ◦ blue 68

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

Shades of Wasabi #808B44

Tints of Wasabi #808B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 38.21%
G = 41.49%
B = 20.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#808B44 (or 0x808B44) is known color: Wasabi. HEX triplet: 80, 8B and 44. RGB value is (128,139,68). Sum of RGB (Red+Green+Blue) = 128+139+68=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 139 - color contains mainly: green. Hex color #808B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B44 is #7F74BB. Grayscale: #7F7F7F. Windows color (decimal): -8352956 or 4492160. OLE color: 4492160.

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

Color convert

RGB 128 139 68 -
CMYK 0.08 0 0.51 0.45
HSL 69.3º 0.34% 0.41% -
HSV(B) 69.3º 0.51% 0.55% -
XYZ 19.18 23.47 8.99 -
YUV 127.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 128 139 68 0.08 0 0.51 0.45 69.3 0.34 0.41
Hex 80 8B 44 8 0 33 2D 45 22 29
Octal 200 213 104 10 0 63 55 105 42 51
Binary 10000000 10001011 1000100 1000 0 110011 101101 1000101 100010 101001

Color Harmonies of #808B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B44

Black with #808B44

Text Example


Text Example

White with #808B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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