#8F9B32

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

Shades of Wasabi #8F9B32

Tints of Wasabi #8F9B32

Color information

#8F9B32 (or 0x8F9B32) is unknown color: approx Wasabi. HEX triplet: 8F, 9B and 32. RGB value is (143,155,50). Sum of RGB (Red+Green+Blue) = 143+155+50=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9B32 is #7064CD. Grayscale: #8B8B8B. Windows color (decimal): -7365838 or 3316623. OLE color: 3316623.

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

Color convert

RGB14315550-
CMYK0.0800.680.39
HSL66.86º51.22%40.2%-
HSV(B)66.86º67.74%60.78%-
XYZ23.6229.517.47-
YUV139.4477.52130.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.09%
GREEN value IS 155 (60.94% from 255) = 44.54%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=41.09%
G=44.54%
B=14.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal143155500.0800.680.3966.8651.2240.2
Hex8F9B32804427433328
Octal21723362100104471036350
Binary10001111100110111100101000010001001001111000011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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