Html Css Color HEX #98A04F Green Smoke

📋 copy color: '#98A04F'

red 152 ◦ green 160 ◦ blue 79

#98A04F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #98A04F

Tints of Green Smoke #98A04F

RGB

 RED value IS 152 (59.77% from 255) = 38.87%

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 79 (31.25% from 255) = 20.2%

R = 38.87%
G = 40.92%
B = 20.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#98A04F (or 0x98A04F) is known color: Green Smoke. HEX triplet: 98, A0 and 4F. RGB value is (152,160,79). Sum of RGB (Red+Green+Blue) = 152+160+79=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #98A04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A04F is #675FB0. Grayscale: #949494. Windows color (decimal): -6774705 or 5218456. OLE color: 5218456.

HSL color Cylindrical-coordinate representation of color #98A04F: hue angle of 65.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98A04F is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 160 79 -
CMYK 0.05 0 0.51 0.37
HSL 65.93º 0.34% 0.47% -
HSV(B) 65.93º 0.51% 0.63% -
XYZ 26.93 32.38 12.23 -
YUV 148.37 88.85 130.59 -
System Red Green Blue C M Y K H S L
Decimal 152 160 79 0.05 0 0.51 0.37 65.93 0.34 0.47
Hex 98 A0 4F 5 0 33 25 42 22 2F
Octal 230 240 117 5 0 63 45 102 42 57
Binary 10011000 10100000 1001111 101 0 110011 100101 1000010 100010 101111

Color Harmonies of #98A04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A04F

Black with #98A04F

Text Example


Text Example

White with #98A04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,160,79); }

 H1.HeaderClassName
 {
   color: #98A04F;
 }
 .AnyTagClassName
 {
   color: #98A04F;
 }
</style>

background-color css

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

 a { background-color: rgb(152,160,79); }

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

border-color css

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

 span { border-color: rgb(152,160,79); }

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