Html Css Color HEX #809334 Wasabi

📋 copy color: '#809334'

red 128 ◦ green 147 ◦ blue 52

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

Shades of Wasabi #809334

Tints of Wasabi #809334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.95%

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 39.14%
G = 44.95%
B = 15.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#809334 (or 0x809334) is known color: Wasabi. HEX triplet: 80, 93 and 34. RGB value is (128,147,52). Sum of RGB (Red+Green+Blue) = 128+147+52=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #809334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809334 is #7F6CCB. Grayscale: #828282. Windows color (decimal): -8350924 or 3445632. OLE color: 3445632.

HSL color Cylindrical-coordinate representation of color #809334: hue angle of 72º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #809334 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 52 -
CMYK 0.13 0 0.65 0.42
HSL 72º 0.48% 0.39% -
HSV(B) 72º 0.65% 0.58% -
XYZ 19.96 25.7 7.16 -
YUV 130.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 128 147 52 0.13 0 0.65 0.42 72 0.48 0.39
Hex 80 93 34 D 0 41 2A 48 30 27
Octal 200 223 64 15 0 101 52 110 60 47
Binary 10000000 10010011 110100 1101 0 1000001 101010 1001000 110000 100111

Color Harmonies of #809334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809334

Black with #809334

Text Example


Text Example

White with #809334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809334; }

 p { color: rgb(128,147,52); }

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

background-color css

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

 a { background-color: rgb(128,147,52); }

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

border-color css

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

 span { border-color: rgb(128,147,52); }

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