#98A546

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

Shades of Green Smoke #98A546

Tints of Green Smoke #98A546

Color information

#98A546 (or 0x98A546) is unknown color: approx Green Smoke. HEX triplet: 98, A5 and 46. RGB value is (152,165,70). Sum of RGB (Red+Green+Blue) = 152+165+70=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #98A546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A546 is #675AB9. Grayscale: #969696. Windows color (decimal): -6773434 or 4629912. OLE color: 4629912.

HSL color Cylindrical-coordinate representation of color #98A546: hue angle of 68.21º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98A546 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB15216570-
CMYK0.0800.580.35
HSL68.21º40.43%46.08%-
HSV(B)68.21º57.58%64.71%-
XYZ27.5134.0310.91-
YUV150.2882.69129.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 165 (64.84% from 255) = 42.64%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=39.28%
G=42.64%
B=18.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152165700.0800.580.3568.2140.4346.08
Hex98A546803A2344282e
Octal23024510610072431045056
Binary10011000101001011000110100001110101000111000100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A546; }

 p { color: rgb(152,165,70); }

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

<style>
 a { background-color: #98A546; }

 a { background-color: rgb(152,165,70); }

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

<style>
 span { border-color: #98A546; }

 span { border-color: rgb(152,165,70); }

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