Html Css Color HEX #80963A Wasabi

📋 copy color: '#80963A'

red 128 ◦ green 150 ◦ blue 58

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

Shades of Wasabi #80963A

Tints of Wasabi #80963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.64%

 BLUE value IS 58 (23.05% from 255) = 17.26%

R = 38.1%
G = 44.64%
B = 17.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#80963A (or 0x80963A) is known color: Wasabi. HEX triplet: 80, 96 and 3A. RGB value is (128,150,58). Sum of RGB (Red+Green+Blue) = 128+150+58=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #80963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80963A is #7F69C5. Grayscale: #858585. Windows color (decimal): -8350150 or 3839616. OLE color: 3839616.

HSL color Cylindrical-coordinate representation of color #80963A: hue angle of 74.35º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80963A is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 58 -
CMYK 0.15 0 0.61 0.41
HSL 74.35º 0.44% 0.41% -
HSV(B) 74.35º 0.61% 0.59% -
XYZ 20.57 26.71 8.07 -
YUV 132.93 85.71 124.48 -
System Red Green Blue C M Y K H S L
Decimal 128 150 58 0.15 0 0.61 0.41 74.35 0.44 0.41
Hex 80 96 3A F 0 3D 29 4A 2C 29
Octal 200 226 72 17 0 75 51 112 54 51
Binary 10000000 10010110 111010 1111 0 111101 101001 1001010 101100 101001

Color Harmonies of #80963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80963A

Black with #80963A

Text Example


Text Example

White with #80963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80963A; }

 p { color: rgb(128,150,58); }

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

background-color css

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

 a { background-color: rgb(128,150,58); }

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

border-color css

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

 span { border-color: rgb(128,150,58); }

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