Html Css Color HEX #80954B Wasabi

📋 copy color: '#80954B'

red 128 ◦ green 149 ◦ blue 75

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

Shades of Wasabi #80954B

Tints of Wasabi #80954B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 36.36%
G = 42.33%
B = 21.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#80954B (or 0x80954B) is known color: Wasabi. HEX triplet: 80, 95 and 4B. RGB value is (128,149,75). Sum of RGB (Red+Green+Blue) = 128+149+75=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #80954B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80954B is #7F6AB4. Grayscale: #868686. Windows color (decimal): -8350389 or 4953472. OLE color: 4953472.

HSL color Cylindrical-coordinate representation of color #80954B: hue angle of 77.03º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80954B is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 75 -
CMYK 0.14 0 0.50 0.42
HSL 77.03º 0.33% 0.44% -
HSV(B) 77.03º 0.5% 0.58% -
XYZ 20.92 26.59 10.69 -
YUV 134.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 128 149 75 0.14 0 0.50 0.42 77.03 0.33 0.44
Hex 80 95 4B E 0 32 2A 4D 21 2C
Octal 200 225 113 16 0 62 52 115 41 54
Binary 10000000 10010101 1001011 1110 0 110010 101010 1001101 100001 101100

Color Harmonies of #80954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80954B

Black with #80954B

Text Example


Text Example

White with #80954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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