Html Css Color HEX #808B33 Wasabi

📋 copy color: '#808B33'

red 128 ◦ green 139 ◦ blue 51

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

Shades of Wasabi #808B33

Tints of Wasabi #808B33

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.71%

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

R = 40.25%
G = 43.71%
B = 16.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#808B33 (or 0x808B33) is known color: Wasabi. HEX triplet: 80, 8B and 33. RGB value is (128,139,51). Sum of RGB (Red+Green+Blue) = 128+139+51=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #808B33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808B33 is #7F74CC. Grayscale: #7E7E7E. Windows color (decimal): -8352973 or 3378048. OLE color: 3378048.

HSL color Cylindrical-coordinate representation of color #808B33: hue angle of 67.5º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #808B33 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 139 51 -
CMYK 0.08 0 0.63 0.45
HSL 67.5º 0.46% 0.37% -
HSV(B) 67.5º 0.63% 0.55% -
XYZ 18.73 23.29 6.64 -
YUV 125.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 128 139 51 0.08 0 0.63 0.45 67.5 0.46 0.37
Hex 80 8B 33 8 0 3F 2D 44 2E 25
Octal 200 213 63 10 0 77 55 104 56 45
Binary 10000000 10001011 110011 1000 0 111111 101101 1000100 101110 100101

Color Harmonies of #808B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808B33

Black with #808B33

Text Example


Text Example

White with #808B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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