#98AF53

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

Shades of Green Smoke #98AF53

Tints of Green Smoke #98AF53

Color information

#98AF53 (or 0x98AF53) is unknown color: approx Green Smoke. HEX triplet: 98, AF and 53. RGB value is (152,175,83). Sum of RGB (Red+Green+Blue) = 152+175+83=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF53 is #6750AC. Grayscale: #9D9D9D. Windows color (decimal): -6770861 or 5484440. OLE color: 5484440.

HSL color Cylindrical-coordinate representation of color #98AF53: hue angle of 75º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98AF53 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB15217583-
CMYK0.1300.530.31
HSL75º36.51%50.59%-
HSV(B)75º52.57%68.63%-
XYZ29.8437.9613.94-
YUV157.6485.88123.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 175 (68.75% from 255) = 42.68%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=37.07%
G=42.68%
B=20.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175830.1300.530.317536.5150.59
Hex98AF53D0351F4b2533
Octal23025712315065371134563
Binary1001100010101111101001111010110101111111001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,83); }

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

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

 a { background-color: rgb(152,175,83); }

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

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

 span { border-color: rgb(152,175,83); }

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