#95A25E

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

Shades of Green Smoke #95A25E

Tints of Green Smoke #95A25E

Color information

#95A25E (or 0x95A25E) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 5E. RGB value is (149,162,94). Sum of RGB (Red+Green+Blue) = 149+162+94=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 162 - color contains mainly: green. Hex color #95A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A25E is #6A5DA1. Grayscale: #969696. Windows color (decimal): -6970786 or 6202005. OLE color: 6202005.

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

Color convert

RGB14916294-
CMYK0.0800.420.36
HSL71.47º26.77%50.2%-
HSV(B)71.47º41.98%63.53%-
XYZ27.3433.0415.53-
YUV150.3696.19127.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 23.21%
R=36.79%
G=40%
B=23.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162940.0800.420.3671.4726.7750.2
Hex95A25E802A24471b32
Octal22524213610052441073362
Binary1001010110100010101111010000101010100100100011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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