Html Css Color HEX #808832 Wasabi

📋 copy color: '#808832'

red 128 ◦ green 136 ◦ blue 50

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

Shades of Wasabi #808832

Tints of Wasabi #808832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.31%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 40.76%
G = 43.31%
B = 15.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#808832 (or 0x808832) is known color: Wasabi. HEX triplet: 80, 88 and 32. RGB value is (128,136,50). Sum of RGB (Red+Green+Blue) = 128+136+50=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #808832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808832 is #7F77CD. Grayscale: #7C7C7C. Windows color (decimal): -8353742 or 3311744. OLE color: 3311744.

HSL color Cylindrical-coordinate representation of color #808832: hue angle of 65.58º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808832 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 136 50 -
CMYK 0.06 0 0.63 0.47
HSL 65.58º 0.46% 0.36% -
HSV(B) 65.58º 0.63% 0.53% -
XYZ 18.28 22.43 6.38 -
YUV 123.8 86.35 130.99 -
System Red Green Blue C M Y K H S L
Decimal 128 136 50 0.06 0 0.63 0.47 65.58 0.46 0.36
Hex 80 88 32 6 0 3F 2F 42 2E 24
Octal 200 210 62 6 0 77 57 102 56 44
Binary 10000000 10001000 110010 110 0 111111 101111 1000010 101110 100100

Color Harmonies of #808832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808832

Black with #808832

Text Example


Text Example

White with #808832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808832; }

 p { color: rgb(128,136,50); }

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

background-color css

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

 a { background-color: rgb(128,136,50); }

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

border-color css

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

 span { border-color: rgb(128,136,50); }

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