#95A259

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

Shades of Green Smoke #95A259

Tints of Green Smoke #95A259

Color information

#95A259 (or 0x95A259) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 59. RGB value is (149,162,89). Sum of RGB (Red+Green+Blue) = 149+162+89=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #95A259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A259 is #6A5DA6. Grayscale: #969696. Windows color (decimal): -6970791 or 5874325. OLE color: 5874325.

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

Color convert

RGB14916289-
CMYK0.0800.450.36
HSL70.68º29.08%49.22%-
HSV(B)70.68º45.06%63.53%-
XYZ27.1232.9514.38-
YUV149.7993.69127.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 162 (63.67% from 255) = 40.5%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=37.25%
G=40.5%
B=22.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149162890.0800.450.3670.6829.0849.22
Hex95A259802D24471d31
Octal22524213110055441073561
Binary1001010110100010101100110000101101100100100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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