Html Css Color HEX #808238 Wasabi

📋 copy color: '#808238'

red 128 ◦ green 130 ◦ blue 56

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

Shades of Wasabi #808238

Tints of Wasabi #808238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 40.76%
G = 41.4%
B = 17.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#808238 (or 0x808238) is known color: Wasabi. HEX triplet: 80, 82 and 38. RGB value is (128,130,56). Sum of RGB (Red+Green+Blue) = 128+130+56=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #808238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808238 is #7F7DC7. Grayscale: #797979. Windows color (decimal): -8355272 or 3703424. OLE color: 3703424.

HSL color Cylindrical-coordinate representation of color #808238: hue angle of 61.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #808238 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 56 -
CMYK 0.02 0 0.57 0.49
HSL 61.62º 0.4% 0.36% -
HSV(B) 61.62º 0.57% 0.51% -
XYZ 17.6 20.84 6.84 -
YUV 120.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 128 130 56 0.02 0 0.57 0.49 61.62 0.4 0.36
Hex 80 82 38 2 0 39 31 3E 28 24
Octal 200 202 70 2 0 71 61 76 50 44
Binary 10000000 10000010 111000 10 0 111001 110001 111110 101000 100100

Color Harmonies of #808238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808238

Black with #808238

Text Example


Text Example

White with #808238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808238; }

 p { color: rgb(128,130,56); }

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

background-color css

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

 a { background-color: rgb(128,130,56); }

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

border-color css

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

 span { border-color: rgb(128,130,56); }

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