#95A948

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

Shades of Green Smoke #95A948

Tints of Green Smoke #95A948

Color information

#95A948 (or 0x95A948) is unknown color: approx Green Smoke. HEX triplet: 95, A9 and 48. RGB value is (149,169,72). Sum of RGB (Red+Green+Blue) = 149+169+72=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #95A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A948 is #6A56B7. Grayscale: #989898. Windows color (decimal): -6969016 or 4762005. OLE color: 4762005.

HSL color Cylindrical-coordinate representation of color #95A948: hue angle of 72.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95A948 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB14916972-
CMYK0.1200.570.34
HSL72.37º40.25%47.25%-
HSV(B)72.37º57.4%66.27%-
XYZ27.7535.2311.47-
YUV151.9682.87125.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=38.21%
G=43.33%
B=18.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149169720.1200.570.3472.3740.2547.25
Hex95A948C0392248282f
Octal22525111014071421105057
Binary10010101101010011001000110001110011000101001000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,169,72); }

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

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

 a { background-color: rgb(149,169,72); }

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

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

 span { border-color: rgb(149,169,72); }

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