Html Css Color HEX #808533 Wasabi

📋 copy color: '#808533'

red 128 ◦ green 133 ◦ blue 51

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

Shades of Wasabi #808533

Tints of Wasabi #808533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 41.03%
G = 42.63%
B = 16.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#808533 (or 0x808533) is known color: Wasabi. HEX triplet: 80, 85 and 33. RGB value is (128,133,51). Sum of RGB (Red+Green+Blue) = 128+133+51=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #808533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808533 is #7F7ACC. Grayscale: #7A7A7A. Windows color (decimal): -8354509 or 3376512. OLE color: 3376512.

HSL color Cylindrical-coordinate representation of color #808533: hue angle of 63.66º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #808533 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 51 -
CMYK 0.04 0 0.62 0.48
HSL 63.66º 0.45% 0.36% -
HSV(B) 63.66º 0.62% 0.52% -
XYZ 17.89 21.6 6.36 -
YUV 122.16 87.84 132.17 -
System Red Green Blue C M Y K H S L
Decimal 128 133 51 0.04 0 0.62 0.48 63.66 0.45 0.36
Hex 80 85 33 4 0 3E 30 40 2D 24
Octal 200 205 63 4 0 76 60 100 55 44
Binary 10000000 10000101 110011 100 0 111110 110000 1000000 101101 100100

Color Harmonies of #808533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808533

Black with #808533

Text Example


Text Example

White with #808533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808533; }

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

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

background-color css

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

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

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

border-color css

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

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

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