#95AB56

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

Shades of Green Smoke #95AB56

Tints of Green Smoke #95AB56

Color information

#95AB56 (or 0x95AB56) is unknown color: approx Green Smoke. HEX triplet: 95, AB and 56. RGB value is (149,171,86). Sum of RGB (Red+Green+Blue) = 149+171+86=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB56 is #6A54A9. Grayscale: #9B9B9B. Windows color (decimal): -6968490 or 5680021. OLE color: 5680021.

HSL color Cylindrical-coordinate representation of color #95AB56: hue angle of 75.53º degrees, saturation: 0.34, 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 #95AB56 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB14917186-
CMYK0.1300.500.33
HSL75.53º33.6%50.39%-
HSV(B)75.53º49.71%67.06%-
XYZ28.6436.1914.28-
YUV154.7389.21123.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.70%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 86 (33.98% from 255) = 21.18%
R=36.70%
G=42.12%
B=21.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149171860.1300.500.3375.5333.650.39
Hex95AB56D032214c2232
Octal22525312615062411144262
Binary10010101101010111010110110101100101000011001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,171,86); }

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

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

 a { background-color: rgb(149,171,86); }

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

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

 span { border-color: rgb(149,171,86); }

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