#95A955

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

Shades of Green Smoke #95A955

Tints of Green Smoke #95A955

Color information

#95A955 (or 0x95A955) is unknown color: approx Green Smoke. HEX triplet: 95, A9 and 55. RGB value is (149,169,85). Sum of RGB (Red+Green+Blue) = 149+169+85=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 169 (66.41% from 255 or 41.94% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 169 - color contains mainly: green. Hex color #95A955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A955 is #6A56AA. Grayscale: #999999. Windows color (decimal): -6969003 or 5613973. OLE color: 5613973.

HSL color Cylindrical-coordinate representation of color #95A955: hue angle of 74.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #95A955 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB14916985-
CMYK0.1200.500.34
HSL74.29º33.07%49.8%-
HSV(B)74.29º49.7%66.27%-
XYZ28.2235.4213.94-
YUV153.4489.37124.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 169 (66.41% from 255) = 41.94%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=36.97%
G=41.94%
B=21.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149169850.1200.500.3474.2933.0749.8
Hex95A955C032224a2132
Octal22525112514062421124162
Binary10010101101010011010101110001100101000101001010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,169,85); }

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

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

 a { background-color: rgb(149,169,85); }

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

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

 span { border-color: rgb(149,169,85); }

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