#95A260

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

Shades of Green Smoke #95A260

Tints of Green Smoke #95A260

Color information

#95A260 (or 0x95A260) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 60. RGB value is (149,162,96). Sum of RGB (Red+Green+Blue) = 149+162+96=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 162 - color contains mainly: green. Hex color #95A260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A260 is #6A5D9F. Grayscale: #969696. Windows color (decimal): -6970784 or 6333077. OLE color: 6333077.

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

Color convert

RGB14916296-
CMYK0.0800.410.36
HSL71.82º26.19%50.59%-
HSV(B)71.82º40.74%63.53%-
XYZ27.4333.0716-
YUV150.5997.19126.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 162 (63.67% from 255) = 39.80%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=36.61%
G=39.80%
B=23.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162960.0800.410.3671.8226.1950.59
Hex95A260802924481a33
Octal22524214010051441103263
Binary1001010110100010110000010000101001100100100100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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