#95A63F

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

Shades of Wasabi #95A63F

Tints of Wasabi #95A63F

Color information

#95A63F (or 0x95A63F) is unknown color: approx Wasabi. HEX triplet: 95, A6 and 3F. RGB value is (149,166,63). Sum of RGB (Red+Green+Blue) = 149+166+63=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #95A63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A63F is #6A59C0. Grayscale: #959595. Windows color (decimal): -6969793 or 4171413. OLE color: 4171413.

HSL color Cylindrical-coordinate representation of color #95A63F: hue angle of 69.9º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95A63F is Cyan = 0.10, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB14916663-
CMYK0.1000.620.35
HSL69.9º44.98%44.9%-
HSV(B)69.9º62.05%65.1%-
XYZ26.9334.029.85-
YUV149.1779.37127.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 63 (25% from 255) = 16.67%
R=39.42%
G=43.92%
B=16.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149166630.1000.620.3569.944.9844.9
Hex95A63FA03E23462d2d
Octal2252467712076431065555
Binary1001010110100110111111101001111101000111000110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,166,63); }

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

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

 a { background-color: rgb(149,166,63); }

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

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

 span { border-color: rgb(149,166,63); }

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