#8E9952

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

Shades of Green Smoke #8E9952

Tints of Green Smoke #8E9952

Color information

#8E9952 (or 0x8E9952) is unknown color: approx Green Smoke. HEX triplet: 8E, 99 and 52. RGB value is (142,153,82). Sum of RGB (Red+Green+Blue) = 142+153+82=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #8E9952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9952 is #7166AD. Grayscale: #8D8D8D. Windows color (decimal): -7431854 or 5413262. OLE color: 5413262.

HSL color Cylindrical-coordinate representation of color #8E9952: hue angle of 69.3º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E9952 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB14215382-
CMYK0.0700.460.4
HSL69.3º30.21%46.08%-
HSV(B)69.3º46.41%60%-
XYZ24.0729.1412.34-
YUV141.6294.36128.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.67%
GREEN value IS 153 (60.16% from 255) = 40.58%
BLUE value IS 82 (32.42% from 255) = 21.75%
R=37.67%
G=40.58%
B=21.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal142153820.0700.460.469.330.2146.08
Hex8E9952702E28451e2e
Octal2162311227056501053656
Binary100011101001100110100101110101110101000100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9952; }

 p { color: rgb(142,153,82); }

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

<style>
 a { background-color: #8E9952; }

 a { background-color: rgb(142,153,82); }

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

<style>
 span { border-color: #8E9952; }

 span { border-color: rgb(142,153,82); }

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