#95A03A

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

Shades of Wasabi #95A03A

Tints of Wasabi #95A03A

Color information

#95A03A (or 0x95A03A) is unknown color: approx Wasabi. HEX triplet: 95, A0 and 3A. RGB value is (149,160,58). Sum of RGB (Red+Green+Blue) = 149+160+58=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #95A03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A03A is #6A5FC5. Grayscale: #919191. Windows color (decimal): -6971334 or 3842197. OLE color: 3842197.

HSL color Cylindrical-coordinate representation of color #95A03A: hue angle of 66.47º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95A03A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB14916058-
CMYK0.0700.640.37
HSL66.47º46.79%42.75%-
HSV(B)66.47º63.75%62.75%-
XYZ25.7331.848.79-
YUV145.0878.86130.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=40.60%
G=43.60%
B=15.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal149160580.0700.640.3766.4746.7942.75
Hex95A03A704025422f2b
Octal2252407270100451025753
Binary1001010110100000111010111010000001001011000010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,160,58); }

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

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

 a { background-color: rgb(149,160,58); }

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

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

 span { border-color: rgb(149,160,58); }

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