#95AB52

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

Shades of Green Smoke #95AB52

Tints of Green Smoke #95AB52

Color information

#95AB52 (or 0x95AB52) is unknown color: approx Green Smoke. HEX triplet: 95, AB and 52. RGB value is (149,171,82). Sum of RGB (Red+Green+Blue) = 149+171+82=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #95AB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95AB52 is #6A54AD. Grayscale: #9A9A9A. Windows color (decimal): -6968494 or 5417877. OLE color: 5417877.

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

Color convert

RGB14917182-
CMYK0.1300.520.33
HSL74.83º35.18%49.61%-
HSV(B)74.83º52.05%67.06%-
XYZ28.4836.1213.45-
YUV154.2887.21124.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=37.06%
G=42.54%
B=20.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149171820.1300.520.3374.8335.1849.61
Hex95AB52D034214b2332
Octal22525312215064411134362
Binary10010101101010111010010110101101001000011001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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