#95A243

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

Shades of Wasabi #95A243

Tints of Wasabi #95A243

Color information

#95A243 (or 0x95A243) is unknown color: approx Wasabi. HEX triplet: 95, A2 and 43. RGB value is (149,162,67). Sum of RGB (Red+Green+Blue) = 149+162+67=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #95A243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A243 is #6A5DBC. Grayscale: #939393. Windows color (decimal): -6970813 or 4432533. OLE color: 4432533.

HSL color Cylindrical-coordinate representation of color #95A243: hue angle of 68.21º degrees, saturation: 0.41, 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 #95A243 is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB14916267-
CMYK0.0800.590.36
HSL68.21º41.48%44.9%-
HSV(B)68.21º58.64%63.53%-
XYZ26.3332.6410.22-
YUV147.2882.69129.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 67 (26.56% from 255) = 17.72%
R=39.42%
G=42.86%
B=17.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162670.0800.590.3668.2141.4844.9
Hex95A243803B2444292d
Octal22524210310073441045155
Binary10010101101000101000011100001110111001001000100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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