#8D984B

Color #8D984B Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8D984B

Tints of Wasabi #8D984B

Color information

#8D984B (or 0x8D984B) is unknown color: approx Wasabi. HEX triplet: 8D, 98 and 4B. RGB value is (141,152,75). Sum of RGB (Red+Green+Blue) = 141+152+75=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #8D984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D984B is #7267B4. Grayscale: #8C8C8C. Windows color (decimal): -7497653 or 4954253. OLE color: 4954253.

HSL color Cylindrical-coordinate representation of color #8D984B: hue angle of 68.57º 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 #8D984B is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB14115275-
CMYK0.0700.510.40
HSL68.57º33.92%44.51%-
HSV(B)68.57º50.66%59.61%-
XYZ23.4828.6310.94-
YUV139.9391.36128.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=38.32%
G=41.30%
B=20.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141152750.0700.510.4068.5733.9244.51
Hex8D984B70332845222d
Octal2152301137063501054255
Binary1000110110011000100101111101100111010001000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D984B; }

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

 H1.HeaderClassName
 {
   color: #8D984B;
 }
 .AnyTagClassName
 {
   color: #8D984B;
 }
</style>
background-color css

<style>
 a { background-color: #8D984B; }

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

 div.DivClassName
 {
   background-color: #8D984B;
 }
 .BgClassName
 {
   background-color: #8D984B;
 }
</style>
border-color css

<style>
 span { border-color: #8D984B; }

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

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