Html Css Color HEX #809330 Wasabi

📋 copy color: '#809330'

red 128 ◦ green 147 ◦ blue 48

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

Shades of Wasabi #809330

Tints of Wasabi #809330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 39.63%
G = 45.51%
B = 14.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#809330 (or 0x809330) is known color: Wasabi. HEX triplet: 80, 93 and 30. RGB value is (128,147,48). Sum of RGB (Red+Green+Blue) = 128+147+48=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #809330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809330 is #7F6CCF. Grayscale: #828282. Windows color (decimal): -8350928 or 3183488. OLE color: 3183488.

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

Color convert

RGB 128 147 48 -
CMYK 0.13 0 0.67 0.42
HSL 71.52º 0.51% 0.38% -
HSV(B) 71.52º 0.67% 0.58% -
XYZ 19.87 25.67 6.7 -
YUV 130.03 81.71 126.55 -
System Red Green Blue C M Y K H S L
Decimal 128 147 48 0.13 0 0.67 0.42 71.52 0.51 0.38
Hex 80 93 30 D 0 43 2A 48 33 26
Octal 200 223 60 15 0 103 52 110 63 46
Binary 10000000 10010011 110000 1101 0 1000011 101010 1001000 110011 100110

Color Harmonies of #809330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809330

Black with #809330

Text Example


Text Example

White with #809330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809330; }

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

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

background-color css

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

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

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

border-color css

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

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

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