#95A33D

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

Shades of Wasabi #95A33D

Tints of Wasabi #95A33D

Color information

#95A33D (or 0x95A33D) is unknown color: approx Wasabi. HEX triplet: 95, A3 and 3D. RGB value is (149,163,61). Sum of RGB (Red+Green+Blue) = 149+163+61=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #95A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A33D is #6A5CC2. Grayscale: #939393. Windows color (decimal): -6970563 or 4039573. OLE color: 4039573.

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

Color convert

RGB14916361-
CMYK0.0900.630.36
HSL68.24º45.54%43.92%-
HSV(B)68.24º62.58%63.92%-
XYZ26.3332.929.38-
YUV147.1979.36129.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 163 (64.06% from 255) = 43.70%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=39.95%
G=43.70%
B=16.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149163610.0900.630.3668.2445.5443.92
Hex95A33D903F24442e2c
Octal2252437511077441045654
Binary1001010110100011111101100101111111001001000100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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