#95A23B

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

Shades of Wasabi #95A23B

Tints of Wasabi #95A23B

Color information

#95A23B (or 0x95A23B) is unknown color: approx Wasabi. HEX triplet: 95, A2 and 3B. RGB value is (149,162,59). Sum of RGB (Red+Green+Blue) = 149+162+59=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #95A23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A23B is #6A5DC4. Grayscale: #929292. Windows color (decimal): -6970821 or 3908245. OLE color: 3908245.

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

Color convert

RGB14916259-
CMYK0.0800.640.36
HSL67.57º46.61%43.33%-
HSV(B)67.57º63.58%63.53%-
XYZ26.132.559.04-
YUV146.3778.69129.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 59 (23.44% from 255) = 15.95%
R=40.27%
G=43.78%
B=15.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162590.0800.640.3667.5746.6143.33
Hex95A23B804024442f2b
Octal22524273100100441045753
Binary10010101101000101110111000010000001001001000100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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