Html Css Color HEX #98A05F Green Smoke

📋 copy color: '#98A05F'

red 152 ◦ green 160 ◦ blue 95

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

Shades of Green Smoke #98A05F

Tints of Green Smoke #98A05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.34%

R = 37.35%
G = 39.31%
B = 23.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#98A05F (or 0x98A05F) is known color: Green Smoke. HEX triplet: 98, A0 and 5F. RGB value is (152,160,95). Sum of RGB (Red+Green+Blue) = 152+160+95=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #98A05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A05F is #675FA0. Grayscale: #969696. Windows color (decimal): -6774689 or 6267032. OLE color: 6267032.

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

Color convert

RGB 152 160 95 -
CMYK 0.05 0 0.41 0.37
HSL 67.38º 0.25% 0.5% -
HSV(B) 67.38º 0.41% 0.63% -
XYZ 27.59 32.64 15.67 -
YUV 150.2 96.85 129.29 -
System Red Green Blue C M Y K H S L
Decimal 152 160 95 0.05 0 0.41 0.37 67.38 0.25 0.5
Hex 98 A0 5F 5 0 29 25 43 19 32
Octal 230 240 137 5 0 51 45 103 31 62
Binary 10011000 10100000 1011111 101 0 101001 100101 1000011 11001 110010

Color Harmonies of #98A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A05F

Black with #98A05F

Text Example


Text Example

White with #98A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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