#95A962

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

Shades of Green Smoke #95A962

Tints of Green Smoke #95A962

Color information

#95A962 (or 0x95A962) is unknown color: approx Green Smoke. HEX triplet: 95, A9 and 62. RGB value is (149,169,98). Sum of RGB (Red+Green+Blue) = 149+169+98=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 169 - color contains mainly: green. Hex color #95A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A962 is #6A569D. Grayscale: #9B9B9B. Windows color (decimal): -6968990 or 6465941. OLE color: 6465941.

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

Color convert

RGB14916998-
CMYK0.1200.420.34
HSL76.9º29.22%52.35%-
HSV(B)76.9º42.01%66.27%-
XYZ28.7935.6516.92-
YUV154.9395.87123.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.82%
GREEN value IS 169 (66.41% from 255) = 40.62%
BLUE value IS 98 (38.67% from 255) = 23.56%
R=35.82%
G=40.62%
B=23.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal149169980.1200.420.3476.929.2252.35
Hex95A962C02A224d1d34
Octal22525114214052421153564
Binary1001010110101001110001011000101010100010100110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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