#8F9B38

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

Shades of Wasabi #8F9B38

Tints of Wasabi #8F9B38

Color information

#8F9B38 (or 0x8F9B38) is unknown color: approx Wasabi. HEX triplet: 8F, 9B and 38. RGB value is (143,155,56). Sum of RGB (Red+Green+Blue) = 143+155+56=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9B38 is #7064C7. Grayscale: #8C8C8C. Windows color (decimal): -7365832 or 3709839. OLE color: 3709839.

HSL color Cylindrical-coordinate representation of color #8F9B38: hue angle of 67.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F9B38 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.

Color convert

RGB14315556-
CMYK0.0800.640.39
HSL67.27º46.92%41.37%-
HSV(B)67.27º63.87%60.78%-
XYZ23.7629.578.2-
YUV140.1380.52130.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 56 (22.27% from 255) = 15.82%
R=40.40%
G=43.79%
B=15.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143155560.0800.640.3967.2746.9241.37
Hex8F9B38804027432f29
Octal21723370100100471035751
Binary10001111100110111110001000010000001001111000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,56); }

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

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

 a { background-color: rgb(143,155,56); }

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

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

 span { border-color: rgb(143,155,56); }

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