Html Css Color HEX #808933 Wasabi

📋 copy color: '#808933'

red 128 ◦ green 137 ◦ blue 51

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

Shades of Wasabi #808933

Tints of Wasabi #808933

RGB

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

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

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

R = 40.51%
G = 43.35%
B = 16.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#808933 (or 0x808933) is known color: Wasabi. HEX triplet: 80, 89 and 33. RGB value is (128,137,51). Sum of RGB (Red+Green+Blue) = 128+137+51=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #808933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808933 is #7F76CC. Grayscale: #7C7C7C. Windows color (decimal): -8353485 or 3377536. OLE color: 3377536.

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

Color convert

RGB 128 137 51 -
CMYK 0.07 0 0.63 0.46
HSL 66.28º 0.46% 0.37% -
HSV(B) 66.28º 0.63% 0.54% -
XYZ 18.45 22.72 6.55 -
YUV 124.51 86.52 130.49 -
System Red Green Blue C M Y K H S L
Decimal 128 137 51 0.07 0 0.63 0.46 66.28 0.46 0.37
Hex 80 89 33 7 0 3F 2E 42 2E 25
Octal 200 211 63 7 0 77 56 102 56 45
Binary 10000000 10001001 110011 111 0 111111 101110 1000010 101110 100101

Color Harmonies of #808933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808933

Black with #808933

Text Example


Text Example

White with #808933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808933; }

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

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

background-color css

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

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

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

border-color css

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

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

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