#989E54

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

Shades of Green Smoke #989E54

Tints of Green Smoke #989E54

Color information

#989E54 (or 0x989E54) is unknown color: approx Green Smoke. HEX triplet: 98, 9E and 54. RGB value is (152,158,84). Sum of RGB (Red+Green+Blue) = 152+158+84=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 158 - color contains mainly: green. Hex color #989E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E54 is #6761AB. Grayscale: #949494. Windows color (decimal): -6775212 or 5545624. OLE color: 5545624.

HSL color Cylindrical-coordinate representation of color #989E54: hue angle of 64.86º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #989E54 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15215884-
CMYK0.0400.470.38
HSL64.86º30.58%47.45%-
HSV(B)64.86º46.84%61.96%-
XYZ26.7831.7713.11-
YUV147.7792.01131.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=38.58%
G=40.10%
B=21.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152158840.0400.470.3864.8630.5847.45
Hex989E54402F26411f2f
Octal2302361244057461013757
Binary100110001001111010101001000101111100110100000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989E54; }

 p { color: rgb(152,158,84); }

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

<style>
 a { background-color: #989E54; }

 a { background-color: rgb(152,158,84); }

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

<style>
 span { border-color: #989E54; }

 span { border-color: rgb(152,158,84); }

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