Html Css Color HEX #80952C Wasabi

📋 copy color: '#80952C'

red 128 ◦ green 149 ◦ blue 44

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

Shades of Wasabi #80952C

Tints of Wasabi #80952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.71%

R = 39.88%
G = 46.42%
B = 13.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#80952C (or 0x80952C) is known color: Wasabi. HEX triplet: 80, 95 and 2C. RGB value is (128,149,44). Sum of RGB (Red+Green+Blue) = 128+149+44=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 149 - color contains mainly: green. Hex color #80952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80952C is #7F6AD3. Grayscale: #838383. Windows color (decimal): -8350420 or 2921856. OLE color: 2921856.

HSL color Cylindrical-coordinate representation of color #80952C: hue angle of 72º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80952C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 44 -
CMYK 0.14 0 0.70 0.42
HSL 72º 0.54% 0.38% -
HSV(B) 72º 0.7% 0.58% -
XYZ 20.1 26.27 6.39 -
YUV 130.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 128 149 44 0.14 0 0.70 0.42 72 0.54 0.38
Hex 80 95 2C E 0 46 2A 48 36 26
Octal 200 225 54 16 0 106 52 110 66 46
Binary 10000000 10010101 101100 1110 0 1000110 101010 1001000 110110 100110

Color Harmonies of #80952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80952C

Black with #80952C

Text Example


Text Example

White with #80952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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