Html Css Color HEX #80953B Wasabi

📋 copy color: '#80953B'

red 128 ◦ green 149 ◦ blue 59

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

Shades of Wasabi #80953B

Tints of Wasabi #80953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 38.1%
G = 44.35%
B = 17.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#80953B (or 0x80953B) is known color: Wasabi. HEX triplet: 80, 95 and 3B. RGB value is (128,149,59). Sum of RGB (Red+Green+Blue) = 128+149+59=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #80953B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80953B is #7F6AC4. Grayscale: #848484. Windows color (decimal): -8350405 or 3904896. OLE color: 3904896.

HSL color Cylindrical-coordinate representation of color #80953B: hue angle of 74º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80953B is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 59 -
CMYK 0.14 0 0.60 0.42
HSL 74º 0.43% 0.41% -
HSV(B) 74º 0.6% 0.58% -
XYZ 20.44 26.4 8.16 -
YUV 132.46 86.54 124.82 -
System Red Green Blue C M Y K H S L
Decimal 128 149 59 0.14 0 0.60 0.42 74 0.43 0.41
Hex 80 95 3B E 0 3C 2A 4A 2B 29
Octal 200 225 73 16 0 74 52 112 53 51
Binary 10000000 10010101 111011 1110 0 111100 101010 1001010 101011 101001

Color Harmonies of #80953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80953B

Black with #80953B

Text Example


Text Example

White with #80953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80953B; }

 p { color: rgb(128,149,59); }

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

background-color css

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

 a { background-color: rgb(128,149,59); }

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

border-color css

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

 span { border-color: rgb(128,149,59); }

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