Html Css Color HEX #809333 Wasabi

📋 copy color: '#809333'

red 128 ◦ green 147 ◦ blue 51

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

Shades of Wasabi #809333

Tints of Wasabi #809333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 39.26%
G = 45.09%
B = 15.64%

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

#809333 (or 0x809333) is known color: Wasabi. HEX triplet: 80, 93 and 33. RGB value is (128,147,51). Sum of RGB (Red+Green+Blue) = 128+147+51=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #809333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809333 is #7F6CCC. Grayscale: #828282. Windows color (decimal): -8350925 or 3380096. OLE color: 3380096.

HSL color Cylindrical-coordinate representation of color #809333: hue angle of 71.88º 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 #809333 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 51 -
CMYK 0.13 0 0.65 0.42
HSL 71.88º 0.48% 0.39% -
HSV(B) 71.88º 0.65% 0.58% -
XYZ 19.93 25.7 7.04 -
YUV 130.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 128 147 51 0.13 0 0.65 0.42 71.88 0.48 0.39
Hex 80 93 33 D 0 41 2A 48 30 27
Octal 200 223 63 15 0 101 52 110 60 47
Binary 10000000 10010011 110011 1101 0 1000001 101010 1001000 110000 100111

Color Harmonies of #809333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809333

Black with #809333

Text Example


Text Example

White with #809333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809333; }

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

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

background-color css

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

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

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

border-color css

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

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

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