#95A443

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

Shades of Wasabi #95A443

Tints of Wasabi #95A443

Color information

#95A443 (or 0x95A443) is unknown color: approx Wasabi. HEX triplet: 95, A4 and 43. RGB value is (149,164,67). Sum of RGB (Red+Green+Blue) = 149+164+67=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 164 (64.45% from 255 or 43.16% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 164 - color contains mainly: green. Hex color #95A443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A443 is #6A5BBC. Grayscale: #949494. Windows color (decimal): -6970301 or 4433045. OLE color: 4433045.

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

Color convert

RGB14916467-
CMYK0.0900.590.36
HSL69.28º41.99%45.29%-
HSV(B)69.28º59.15%64.31%-
XYZ26.6833.3510.34-
YUV148.4682.03128.39-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 164 (64.45% from 255) = 43.16%
BLUE value IS 67 (26.56% from 255) = 17.63%
R=39.21%
G=43.16%
B=17.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149164670.0900.590.3669.2841.9945.29
Hex95A443903B24452a2d
Octal22524410311073441055255
Binary10010101101001001000011100101110111001001000101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,164,67); }

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

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

 a { background-color: rgb(149,164,67); }

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

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

 span { border-color: rgb(149,164,67); }

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