Html Css Color HEX #80952B Wasabi

📋 copy color: '#80952B'

red 128 ◦ green 149 ◦ blue 43

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

Shades of Wasabi #80952B

Tints of Wasabi #80952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 40%
G = 46.56%
B = 13.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#80952B (or 0x80952B) is known color: Wasabi. HEX triplet: 80, 95 and 2B. RGB value is (128,149,43). Sum of RGB (Red+Green+Blue) = 128+149+43=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 149 (58.59% from 255 or 46.56% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 149 - color contains mainly: green. Hex color #80952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80952B is #7F6AD4. Grayscale: #838383. Windows color (decimal): -8350421 or 2856320. OLE color: 2856320.

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

Color convert

RGB 128 149 43 -
CMYK 0.14 0 0.71 0.42
HSL 71.89º 0.55% 0.38% -
HSV(B) 71.89º 0.71% 0.58% -
XYZ 20.09 26.26 6.3 -
YUV 130.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 128 149 43 0.14 0 0.71 0.42 71.89 0.55 0.38
Hex 80 95 2B E 0 47 2A 48 37 26
Octal 200 225 53 16 0 107 52 110 67 46
Binary 10000000 10010101 101011 1110 0 1000111 101010 1001000 110111 100110

Color Harmonies of #80952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80952B

Black with #80952B

Text Example


Text Example

White with #80952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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