#95A346

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

Shades of Wasabi #95A346

Tints of Wasabi #95A346

Color information

#95A346 (or 0x95A346) is unknown color: approx Wasabi. HEX triplet: 95, A3 and 46. RGB value is (149,163,70). Sum of RGB (Red+Green+Blue) = 149+163+70=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 163 (64.06% from 255 or 42.67% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 163 - color contains mainly: green. Hex color #95A346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A346 is #6A5CB9. Grayscale: #949494. Windows color (decimal): -6970554 or 4629397. OLE color: 4629397.

HSL color Cylindrical-coordinate representation of color #95A346: hue angle of 69.03º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95A346 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB14916370-
CMYK0.0900.570.36
HSL69.03º39.91%45.69%-
HSV(B)69.03º57.06%63.92%-
XYZ26.633.0310.77-
YUV148.2183.86128.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 163 (64.06% from 255) = 42.67%
BLUE value IS 70 (27.73% from 255) = 18.32%
R=39.01%
G=42.67%
B=18.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149163700.0900.570.3669.0339.9145.69
Hex95A34690392445282e
Octal22524310611071441055056
Binary10010101101000111000110100101110011001001000101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95A346; }

 p { color: rgb(149,163,70); }

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

<style>
 a { background-color: #95A346; }

 a { background-color: rgb(149,163,70); }

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

<style>
 span { border-color: #95A346; }

 span { border-color: rgb(149,163,70); }

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