#98A251

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

Shades of Green Smoke #98A251

Tints of Green Smoke #98A251

Color information

#98A251 (or 0x98A251) is unknown color: approx Green Smoke. HEX triplet: 98, A2 and 51. RGB value is (152,162,81). Sum of RGB (Red+Green+Blue) = 152+162+81=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #98A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A251 is #675DAE. Grayscale: #969696. Windows color (decimal): -6774191 or 5350040. OLE color: 5350040.

HSL color Cylindrical-coordinate representation of color #98A251: hue angle of 67.41º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98A251 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB15216281-
CMYK0.0600.500.36
HSL67.41º33.33%47.65%-
HSV(B)67.41º50%63.53%-
XYZ27.3533.1112.73-
YUV149.7889.19129.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 81 (32.03% from 255) = 20.51%
R=38.48%
G=41.01%
B=20.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162810.0600.500.3667.4133.3347.65
Hex98A251603224432130
Octal2302421216062441034160
Binary1001100010100010101000111001100101001001000011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,162,81); }

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

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

 a { background-color: rgb(152,162,81); }

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

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

 span { border-color: rgb(152,162,81); }

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