#95A35B

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

Shades of Green Smoke #95A35B

Tints of Green Smoke #95A35B

Color information

#95A35B (or 0x95A35B) is unknown color: approx Green Smoke. HEX triplet: 95, A3 and 5B. RGB value is (149,163,91). Sum of RGB (Red+Green+Blue) = 149+163+91=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 163 - color contains mainly: green. Hex color #95A35B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A35B is #6A5CA4. Grayscale: #969696. Windows color (decimal): -6970533 or 6005653. OLE color: 6005653.

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

Color convert

RGB14916391-
CMYK0.0900.440.36
HSL71.67º28.35%49.8%-
HSV(B)71.67º44.17%63.92%-
XYZ27.3833.3414.89-
YUV150.6194.36126.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 91 (35.94% from 255) = 22.58%
R=36.97%
G=40.45%
B=22.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal149163910.0900.440.3671.6728.3549.8
Hex95A35B902C24481c32
Octal22524313311054441103462
Binary1001010110100011101101110010101100100100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,163,91); }

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

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

 a { background-color: rgb(149,163,91); }

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

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

 span { border-color: rgb(149,163,91); }

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