#95AA55

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

Shades of Green Smoke #95AA55

Tints of Green Smoke #95AA55

Color information

#95AA55 (or 0x95AA55) is unknown color: approx Green Smoke. HEX triplet: 95, AA and 55. RGB value is (149,170,85). Sum of RGB (Red+Green+Blue) = 149+170+85=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #95AA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AA55 is #6A55AA. Grayscale: #9A9A9A. Windows color (decimal): -6968747 or 5614229. OLE color: 5614229.

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

Color convert

RGB14917085-
CMYK0.1200.500.33
HSL74.82º33.33%50%-
HSV(B)74.82º50%66.67%-
XYZ28.4135.7914.01-
YUV154.0389.04124.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.88%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=36.88%
G=42.08%
B=21.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149170850.1200.500.3374.8233.3350
Hex95AA55C032214b2132
Octal22525212514062411134162
Binary10010101101010101010101110001100101000011001011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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