#95A53D

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

Shades of Wasabi #95A53D

Tints of Wasabi #95A53D

Color information

#95A53D (or 0x95A53D) is unknown color: approx Wasabi. HEX triplet: 95, A5 and 3D. RGB value is (149,165,61). Sum of RGB (Red+Green+Blue) = 149+165+61=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #95A53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A53D is #6A5AC2. Grayscale: #949494. Windows color (decimal): -6970051 or 4040085. OLE color: 4040085.

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

Color convert

RGB14916561-
CMYK0.1000.630.35
HSL69.23º46.02%44.31%-
HSV(B)69.23º63.03%64.71%-
XYZ26.6933.649.5-
YUV148.3678.7128.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 61 (24.22% from 255) = 16.27%
R=39.73%
G=44%
B=16.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165610.1000.630.3569.2346.0244.31
Hex95A53DA03F23452e2c
Octal2252457512077431055654
Binary1001010110100101111101101001111111000111000101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,165,61); }

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

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

 a { background-color: rgb(149,165,61); }

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

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

 span { border-color: rgb(149,165,61); }

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