#95AB57

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

Shades of Green Smoke #95AB57

Tints of Green Smoke #95AB57

Color information

#95AB57 (or 0x95AB57) is unknown color: approx Green Smoke. HEX triplet: 95, AB and 57. RGB value is (149,171,87). Sum of RGB (Red+Green+Blue) = 149+171+87=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB57 is #6A54A8. Grayscale: #9B9B9B. Windows color (decimal): -6968489 or 5745557. OLE color: 5745557.

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

Color convert

RGB14917187-
CMYK0.1300.490.33
HSL75.71º33.33%50.59%-
HSV(B)75.71º49.12%67.06%-
XYZ28.6836.214.49-
YUV154.8589.71123.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.61%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=36.61%
G=42.01%
B=21.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149171870.1300.490.3375.7133.3350.59
Hex95AB57D031214c2133
Octal22525312715061411144163
Binary10010101101010111010111110101100011000011001100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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