#95A53C

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

Shades of Wasabi #95A53C

Tints of Wasabi #95A53C

Color information

#95A53C (or 0x95A53C) is unknown color: approx Wasabi. HEX triplet: 95, A5 and 3C. RGB value is (149,165,60). Sum of RGB (Red+Green+Blue) = 149+165+60=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #95A53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A53C is #6A5AC3. Grayscale: #949494. Windows color (decimal): -6970052 or 3974549. OLE color: 3974549.

HSL color Cylindrical-coordinate representation of color #95A53C: hue angle of 69.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95A53C is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB14916560-
CMYK0.1000.640.35
HSL69.14º46.67%44.12%-
HSV(B)69.14º63.64%64.71%-
XYZ26.6733.639.36-
YUV148.2578.2128.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.84%
GREEN value IS 165 (64.84% from 255) = 44.12%
BLUE value IS 60 (23.83% from 255) = 16.04%
R=39.84%
G=44.12%
B=16.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149165600.1000.640.3569.1446.6744.12
Hex95A53CA04023452f2c
Octal22524574120100431055754
Binary10010101101001011111001010010000001000111000101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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