Html Css Color HEX #80984B Wasabi

📋 copy color: '#80984B'

red 128 ◦ green 152 ◦ blue 75

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

Shades of Wasabi #80984B

Tints of Wasabi #80984B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 36.06%
G = 42.82%
B = 21.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#80984B (or 0x80984B) is known color: Wasabi. HEX triplet: 80, 98 and 4B. RGB value is (128,152,75). Sum of RGB (Red+Green+Blue) = 128+152+75=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #80984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80984B is #7F67B4. Grayscale: #888888. Windows color (decimal): -8349621 or 4954240. OLE color: 4954240.

HSL color Cylindrical-coordinate representation of color #80984B: hue angle of 78.7º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80984B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 152 75 -
CMYK 0.16 0 0.51 0.40
HSL 78.7º 0.34% 0.45% -
HSV(B) 78.7º 0.51% 0.6% -
XYZ 21.4 27.55 10.85 -
YUV 136.05 93.55 122.26 -
System Red Green Blue C M Y K H S L
Decimal 128 152 75 0.16 0 0.51 0.40 78.7 0.34 0.45
Hex 80 98 4B 10 0 33 28 4F 22 2D
Octal 200 230 113 20 0 63 50 117 42 55
Binary 10000000 10011000 1001011 10000 0 110011 101000 1001111 100010 101101

Color Harmonies of #80984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80984B

Black with #80984B

Text Example


Text Example

White with #80984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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