#95A33B

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

Shades of Wasabi #95A33B

Tints of Wasabi #95A33B

Color information

#95A33B (or 0x95A33B) is unknown color: approx Wasabi. HEX triplet: 95, A3 and 3B. RGB value is (149,163,59). Sum of RGB (Red+Green+Blue) = 149+163+59=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #95A33B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A33B is #6A5CC4. Grayscale: #939393. Windows color (decimal): -6970565 or 3908501. OLE color: 3908501.

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

Color convert

RGB14916359-
CMYK0.0900.640.36
HSL68.08º46.85%43.53%-
HSV(B)68.08º63.8%63.92%-
XYZ26.2832.99.1-
YUV146.9678.36129.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 59 (23.44% from 255) = 15.90%
R=40.16%
G=43.94%
B=15.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149163590.0900.640.3668.0846.8543.53
Hex95A33B904024442f2c
Octal22524373110100441045754
Binary10010101101000111110111001010000001001001000100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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