Html Css Color HEX #809949 Wasabi

📋 copy color: '#809949'

red 128 ◦ green 153 ◦ blue 73

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

Shades of Wasabi #809949

Tints of Wasabi #809949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 73 (28.91% from 255) = 20.62%

R = 36.16%
G = 43.22%
B = 20.62%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#809949 (or 0x809949) is known color: Wasabi. HEX triplet: 80, 99 and 49. RGB value is (128,153,73). Sum of RGB (Red+Green+Blue) = 128+153+73=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #809949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809949 is #7F66B6. Grayscale: #888888. Windows color (decimal): -8349367 or 4823424. OLE color: 4823424.

HSL color Cylindrical-coordinate representation of color #809949: hue angle of 78.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #809949 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 73 -
CMYK 0.16 0 0.52 0.4
HSL 78.75º 0.35% 0.44% -
HSV(B) 78.75º 0.52% 0.6% -
XYZ 21.5 27.85 10.55 -
YUV 136.41 92.22 122 -
System Red Green Blue C M Y K H S L
Decimal 128 153 73 0.16 0 0.52 0.4 78.75 0.35 0.44
Hex 80 99 49 10 0 34 28 4F 23 2C
Octal 200 231 111 20 0 64 50 117 43 54
Binary 10000000 10011001 1001001 10000 0 110100 101000 1001111 100011 101100

Color Harmonies of #809949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809949

Black with #809949

Text Example


Text Example

White with #809949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809949; }

 p { color: rgb(128,153,73); }

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

background-color css

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

 a { background-color: rgb(128,153,73); }

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

border-color css

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

 span { border-color: rgb(128,153,73); }

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