#8F9E38

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

Shades of Wasabi #8F9E38

Tints of Wasabi #8F9E38

Color information

#8F9E38 (or 0x8F9E38) is unknown color: approx Wasabi. HEX triplet: 8F, 9E and 38. RGB value is (143,158,56). Sum of RGB (Red+Green+Blue) = 143+158+56=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9E38 is #7061C7. Grayscale: #8E8E8E. Windows color (decimal): -7365064 or 3710607. OLE color: 3710607.

HSL color Cylindrical-coordinate representation of color #8F9E38: hue angle of 68.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F9E38 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB14315856-
CMYK0.0900.650.38
HSL68.82º47.66%41.96%-
HSV(B)68.82º64.56%61.96%-
XYZ24.2730.588.36-
YUV141.8979.53128.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 56 (22.27% from 255) = 15.69%
R=40.06%
G=44.26%
B=15.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143158560.0900.650.3868.8247.6641.96
Hex8F9E3890412645302a
Octal21723670110101461056052
Binary10001111100111101110001001010000011001101000101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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