#95A23E

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

Shades of Wasabi #95A23E

Tints of Wasabi #95A23E

Color information

#95A23E (or 0x95A23E) is unknown color: approx Wasabi. HEX triplet: 95, A2 and 3E. RGB value is (149,162,62). Sum of RGB (Red+Green+Blue) = 149+162+62=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #95A23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A23E is #6A5DC1. Grayscale: #939393. Windows color (decimal): -6970818 or 4104853. OLE color: 4104853.

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

Color convert

RGB14916262-
CMYK0.0800.620.36
HSL67.8º44.64%43.92%-
HSV(B)67.8º61.73%63.53%-
XYZ26.1832.589.47-
YUV146.7180.19129.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=39.95%
G=43.43%
B=16.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162620.0800.620.3667.844.6443.92
Hex95A23E803E24442d2c
Octal2252427610076441045554
Binary1001010110100010111110100001111101001001000100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,62); }

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

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

 a { background-color: rgb(149,162,62); }

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

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

 span { border-color: rgb(149,162,62); }

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