#8F9C38

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

Shades of Wasabi #8F9C38

Tints of Wasabi #8F9C38

Color information

#8F9C38 (or 0x8F9C38) is unknown color: approx Wasabi. HEX triplet: 8F, 9C and 38. RGB value is (143,156,56). Sum of RGB (Red+Green+Blue) = 143+156+56=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9C38 is #7063C7. Grayscale: #8D8D8D. Windows color (decimal): -7365576 or 3710095. OLE color: 3710095.

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

Color convert

RGB14315656-
CMYK0.0800.640.39
HSL67.8º47.17%41.57%-
HSV(B)67.8º64.1%61.18%-
XYZ23.9329.98.25-
YUV140.7180.19129.63-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=40.28%
G=43.94%
B=15.77%

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
Decimal143156560.0800.640.3967.847.1741.57
Hex8F9C38804027442f2a
Octal21723470100100471045752
Binary10001111100111001110001000010000001001111000100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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