Html Css Color HEX #808934 Wasabi

📋 copy color: '#808934'

red 128 ◦ green 137 ◦ blue 52

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

Shades of Wasabi #808934

Tints of Wasabi #808934

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

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

R = 40.38%
G = 43.22%
B = 16.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#808934 (or 0x808934) is known color: Wasabi. HEX triplet: 80, 89 and 34. RGB value is (128,137,52). Sum of RGB (Red+Green+Blue) = 128+137+52=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #808934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808934 is #7F76CB. Grayscale: #7C7C7C. Windows color (decimal): -8353484 or 3443072. OLE color: 3443072.

HSL color Cylindrical-coordinate representation of color #808934: hue angle of 66.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #808934 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 137 52 -
CMYK 0.07 0 0.62 0.46
HSL 66.35º 0.45% 0.37% -
HSV(B) 66.35º 0.62% 0.54% -
XYZ 18.47 22.73 6.66 -
YUV 124.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 128 137 52 0.07 0 0.62 0.46 66.35 0.45 0.37
Hex 80 89 34 7 0 3E 2E 42 2D 25
Octal 200 211 64 7 0 76 56 102 55 45
Binary 10000000 10001001 110100 111 0 111110 101110 1000010 101101 100101

Color Harmonies of #808934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808934

Black with #808934

Text Example


Text Example

White with #808934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808934; }

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

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

background-color css

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

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

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

border-color css

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

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

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