#95A26D

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

Shades of Green Smoke #95A26D

Tints of Green Smoke #95A26D

Color information

#95A26D (or 0x95A26D) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 6D. RGB value is (149,162,109). Sum of RGB (Red+Green+Blue) = 149+162+109=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 162 - color contains mainly: green. Hex color #95A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A26D is #6A5D92. Grayscale: #989898. Windows color (decimal): -6970771 or 7185045. OLE color: 7185045.

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

Color convert

RGB149162109-
CMYK0.0800.330.36
HSL74.72º22.18%53.14%-
HSV(B)74.72º32.72%63.53%-
XYZ28.0833.3319.42-
YUV152.07103.69125.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.48%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=35.48%
G=38.57%
B=25.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621090.0800.330.3674.7222.1853.14
Hex95A26D8021244b1635
Octal22524215510041441132665
Binary1001010110100010110110110000100001100100100101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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