#959D38

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

Shades of Wasabi #959D38

Tints of Wasabi #959D38

Color information

#959D38 (or 0x959D38) is unknown color: approx Wasabi. HEX triplet: 95, 9D and 38. RGB value is (149,157,56). Sum of RGB (Red+Green+Blue) = 149+157+56=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 56 (22.27% from 255 or 15.47% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #959D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959D38 is #6A62C7. Grayscale: #8F8F8F. Windows color (decimal): -6972104 or 3710357. OLE color: 3710357.

HSL color Cylindrical-coordinate representation of color #959D38: hue angle of 64.75º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #959D38 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB14915756-
CMYK0.0500.640.38
HSL64.75º47.42%41.76%-
HSV(B)64.75º64.33%61.57%-
XYZ25.1730.798.36-
YUV143.0978.85132.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 56 (22.27% from 255) = 15.47%
R=41.16%
G=43.37%
B=15.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149157560.0500.640.3864.7547.4241.76
Hex959D38504026412f2a
Octal2252357050100461015752
Binary1001010110011101111000101010000001001101000001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959D38; }

 p { color: rgb(149,157,56); }

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

<style>
 a { background-color: #959D38; }

 a { background-color: rgb(149,157,56); }

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

<style>
 span { border-color: #959D38; }

 span { border-color: rgb(149,157,56); }

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