#95A848

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

Shades of Green Smoke #95A848

Tints of Green Smoke #95A848

Color information

#95A848 (or 0x95A848) is unknown color: approx Green Smoke. HEX triplet: 95, A8 and 48. RGB value is (149,168,72). Sum of RGB (Red+Green+Blue) = 149+168+72=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #95A848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A848 is #6A57B7. Grayscale: #979797. Windows color (decimal): -6969272 or 4761749. OLE color: 4761749.

HSL color Cylindrical-coordinate representation of color #95A848: hue angle of 71.88º 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 #95A848 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB14916872-
CMYK0.1100.570.34
HSL71.88º40%47.06%-
HSV(B)71.88º57.14%65.88%-
XYZ27.5734.8611.41-
YUV151.3883.21126.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 168 (66.02% from 255) = 43.19%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=38.30%
G=43.19%
B=18.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149168720.1100.570.3471.884047.06
Hex95A848B0392248282f
Octal22525011013071421105057
Binary10010101101010001001000101101110011000101001000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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