#95A23F

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

Shades of Wasabi #95A23F

Tints of Wasabi #95A23F

Color information

#95A23F (or 0x95A23F) is unknown color: approx Wasabi. HEX triplet: 95, A2 and 3F. RGB value is (149,162,63). Sum of RGB (Red+Green+Blue) = 149+162+63=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #95A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A23F is #6A5DC0. Grayscale: #939393. Windows color (decimal): -6970817 or 4170389. OLE color: 4170389.

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

Color convert

RGB14916263-
CMYK0.0800.610.36
HSL67.88º44%44.12%-
HSV(B)67.88º61.11%63.53%-
XYZ26.2132.599.61-
YUV146.8380.69129.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 63 (25% from 255) = 16.84%
R=39.84%
G=43.32%
B=16.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162630.0800.610.3667.884444.12
Hex95A23F803D24442c2c
Octal2252427710075441045454
Binary1001010110100010111111100001111011001001000100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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