Html Css Color HEX #809242 Wasabi

📋 copy color: '#809242'

red 128 ◦ green 146 ◦ blue 66

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

Shades of Wasabi #809242

Tints of Wasabi #809242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 66 (26.17% from 255) = 19.41%

R = 37.65%
G = 42.94%
B = 19.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#809242 (or 0x809242) is known color: Wasabi. HEX triplet: 80, 92 and 42. RGB value is (128,146,66). Sum of RGB (Red+Green+Blue) = 128+146+66=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 66 (26.17% from 255 or 19.41% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #809242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809242 is #7F6DBD. Grayscale: #838383. Windows color (decimal): -8351166 or 4362880. OLE color: 4362880.

HSL color Cylindrical-coordinate representation of color #809242: hue angle of 73.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809242 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 66 -
CMYK 0.12 0 0.55 0.43
HSL 73.5º 0.38% 0.42% -
HSV(B) 73.5º 0.55% 0.57% -
XYZ 20.16 25.54 9.02 -
YUV 131.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 128 146 66 0.12 0 0.55 0.43 73.5 0.38 0.42
Hex 80 92 42 C 0 37 2B 4A 26 2A
Octal 200 222 102 14 0 67 53 112 46 52
Binary 10000000 10010010 1000010 1100 0 110111 101011 1001010 100110 101010

Color Harmonies of #809242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809242

Black with #809242

Text Example


Text Example

White with #809242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809242; }

 p { color: rgb(128,146,66); }

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

background-color css

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

 a { background-color: rgb(128,146,66); }

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

border-color css

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

 span { border-color: rgb(128,146,66); }

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