#95A33A

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

Shades of Wasabi #95A33A

Tints of Wasabi #95A33A

Color information

#95A33A (or 0x95A33A) is unknown color: approx Wasabi. HEX triplet: 95, A3 and 3A. RGB value is (149,163,58). Sum of RGB (Red+Green+Blue) = 149+163+58=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #95A33A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A33A is #6A5CC5. Grayscale: #939393. Windows color (decimal): -6970566 or 3842965. OLE color: 3842965.

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

Color convert

RGB14916358-
CMYK0.0900.640.36
HSL68º47.51%43.33%-
HSV(B)68º64.42%63.92%-
XYZ26.2632.898.97-
YUV146.8477.86129.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 163 (64.06% from 255) = 44.05%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=40.27%
G=44.05%
B=15.68%

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
Decimal149163580.0900.640.366847.5143.33
Hex95A33A90402444302b
Octal22524372110100441046053
Binary10010101101000111110101001010000001001001000100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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