Html Css Color HEX #80952F Wasabi

📋 copy color: '#80952F'

red 128 ◦ green 149 ◦ blue 47

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

Shades of Wasabi #80952F

Tints of Wasabi #80952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 39.51%
G = 45.99%
B = 14.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#80952F (or 0x80952F) is known color: Wasabi. HEX triplet: 80, 95 and 2F. RGB value is (128,149,47). Sum of RGB (Red+Green+Blue) = 128+149+47=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #80952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80952F is #7F6AD0. Grayscale: #838383. Windows color (decimal): -8350417 or 3118464. OLE color: 3118464.

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

Color convert

RGB 128 149 47 -
CMYK 0.14 0 0.68 0.42
HSL 72.35º 0.52% 0.38% -
HSV(B) 72.35º 0.68% 0.58% -
XYZ 20.16 26.29 6.7 -
YUV 131.09 80.54 125.79 -
System Red Green Blue C M Y K H S L
Decimal 128 149 47 0.14 0 0.68 0.42 72.35 0.52 0.38
Hex 80 95 2F E 0 44 2A 48 34 26
Octal 200 225 57 16 0 104 52 110 64 46
Binary 10000000 10010101 101111 1110 0 1000100 101010 1001000 110100 100110

Color Harmonies of #80952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80952F

Black with #80952F

Text Example


Text Example

White with #80952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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