#95A26A

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

Shades of Green Smoke #95A26A

Tints of Green Smoke #95A26A

Color information

#95A26A (or 0x95A26A) is unknown color: approx Green Smoke. HEX triplet: 95, A2 and 6A. RGB value is (149,162,106). Sum of RGB (Red+Green+Blue) = 149+162+106=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #95A26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A26A is #6A5D95. Grayscale: #979797. Windows color (decimal): -6970774 or 6988437. OLE color: 6988437.

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

Color convert

RGB149162106-
CMYK0.0800.350.36
HSL73.93º23.14%52.55%-
HSV(B)73.93º34.57%63.53%-
XYZ27.9233.2718.59-
YUV151.73102.19126.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 162 (63.67% from 255) = 38.85%
BLUE value IS 106 (41.80% from 255) = 25.42%
R=35.73%
G=38.85%
B=25.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491621060.0800.350.3673.9323.1452.55
Hex95A26A8023244a1735
Octal22524215210043441122765
Binary1001010110100010110101010000100011100100100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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