#95A23C

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

Shades of Wasabi #95A23C

Tints of Wasabi #95A23C

Color information

#95A23C (or 0x95A23C) is unknown color: approx Wasabi. HEX triplet: 95, A2 and 3C. RGB value is (149,162,60). Sum of RGB (Red+Green+Blue) = 149+162+60=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #95A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A23C is #6A5DC3. Grayscale: #929292. Windows color (decimal): -6970820 or 3973781. OLE color: 3973781.

HSL color Cylindrical-coordinate representation of color #95A23C: hue angle of 67.65º 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 #95A23C is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB14916260-
CMYK0.0800.630.36
HSL67.65º45.95%43.53%-
HSV(B)67.65º62.96%63.53%-
XYZ26.1332.569.18-
YUV146.4879.19129.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=40.16%
G=43.67%
B=16.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162600.0800.630.3667.6545.9543.53
Hex95A23C803F24442e2c
Octal2252427410077441045654
Binary1001010110100010111100100001111111001001000100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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