#95A25C

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

Shades of Green Smoke #95A25C

Tints of Green Smoke #95A25C

Color information

#95A25C (or 0x95A25C) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 5C. RGB value is (149,162,92). Sum of RGB (Red+Green+Blue) = 149+162+92=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #95A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A25C is #6A5DA3. Grayscale: #969696. Windows color (decimal): -6970788 or 6070933. OLE color: 6070933.

HSL color Cylindrical-coordinate representation of color #95A25C: hue angle of 71.14º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95A25C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB14916292-
CMYK0.0800.430.36
HSL71.14º27.56%49.8%-
HSV(B)71.14º43.21%63.53%-
XYZ27.253315.06-
YUV150.1395.19127.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 92 (36.33% from 255) = 22.83%
R=36.97%
G=40.20%
B=22.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162920.0800.430.3671.1427.5649.8
Hex95A25C802B24471c32
Octal22524213410053441073462
Binary1001010110100010101110010000101011100100100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,162,92); }

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

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

 a { background-color: rgb(149,162,92); }

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

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

 span { border-color: rgb(149,162,92); }

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