Html Css Color HEX #809328 Wasabi

📋 copy color: '#809328'

red 128 ◦ green 147 ◦ blue 40

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

Shades of Wasabi #809328

Tints of Wasabi #809328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 40.63%
G = 46.67%
B = 12.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#809328 (or 0x809328) is known color: Wasabi. HEX triplet: 80, 93 and 28. RGB value is (128,147,40). Sum of RGB (Red+Green+Blue) = 128+147+40=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #809328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809328 is #7F6CD7. Grayscale: #818181. Windows color (decimal): -8350936 or 2659200. OLE color: 2659200.

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

Color convert

RGB 128 147 40 -
CMYK 0.13 0 0.73 0.42
HSL 70.65º 0.57% 0.37% -
HSV(B) 70.65º 0.73% 0.58% -
XYZ 19.72 25.61 5.91 -
YUV 129.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 128 147 40 0.13 0 0.73 0.42 70.65 0.57 0.37
Hex 80 93 28 D 0 49 2A 47 39 25
Octal 200 223 50 15 0 111 52 107 71 45
Binary 10000000 10010011 101000 1101 0 1001001 101010 1000111 111001 100101

Color Harmonies of #809328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809328

Black with #809328

Text Example


Text Example

White with #809328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809328; }

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

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

background-color css

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

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

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

border-color css

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

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

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