#9EB95A

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

Shades of Green Smoke #9EB95A

Tints of Green Smoke #9EB95A

Color information

#9EB95A (or 0x9EB95A) is unknown color: approx Green Smoke. HEX triplet: 9E, B9 and 5A. RGB value is (158,185,90). Sum of RGB (Red+Green+Blue) = 158+185+90=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EB95A is #6146A5. Grayscale: #A6A6A6. Windows color (decimal): -6375078 or 5945758. OLE color: 5945758.

HSL color Cylindrical-coordinate representation of color #9EB95A: hue angle of 77.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EB95A is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB15818590-
CMYK0.1500.510.27
HSL77.05º40.43%53.92%-
HSV(B)77.05º51.35%72.55%-
XYZ33.2942.7116.16-
YUV166.185.05122.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 185 (72.66% from 255) = 42.73%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=36.49%
G=42.73%
B=20.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal158185900.1500.510.2777.0540.4353.92
Hex9EB95AF0331B4d2836
Octal23627113217063331155066
Binary1001111010111001101101011110110011110111001101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EB95A; }

 p { color: rgb(158,185,90); }

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

<style>
 a { background-color: #9EB95A; }

 a { background-color: rgb(158,185,90); }

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

<style>
 span { border-color: #9EB95A; }

 span { border-color: rgb(158,185,90); }

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