Html Css Color HEX #98A75C Green Smoke

📋 copy color: '#98A75C'

red 152 ◦ green 167 ◦ blue 92

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

Shades of Green Smoke #98A75C

Tints of Green Smoke #98A75C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

 BLUE value IS 92 (36.33% from 255) = 22.38%

R = 36.98%
G = 40.63%
B = 22.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#98A75C (or 0x98A75C) is known color: Green Smoke. HEX triplet: 98, A7 and 5C. RGB value is (152,167,92). Sum of RGB (Red+Green+Blue) = 152+167+92=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 167 - color contains mainly: green. Hex color #98A75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A75C is #6758A3. Grayscale: #9A9A9A. Windows color (decimal): -6772900 or 6072216. OLE color: 6072216.

HSL color Cylindrical-coordinate representation of color #98A75C: hue angle of 72º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98A75C is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 167 92 -
CMYK 0.09 0 0.45 0.35
HSL 72º 0.3% 0.51% -
HSV(B) 72º 0.45% 0.65% -
XYZ 28.7 35.09 15.38 -
YUV 153.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 152 167 92 0.09 0 0.45 0.35 72 0.3 0.51
Hex 98 A7 5C 9 0 2D 23 48 1E 33
Octal 230 247 134 11 0 55 43 110 36 63
Binary 10011000 10100111 1011100 1001 0 101101 100011 1001000 11110 110011

Color Harmonies of #98A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A75C

Black with #98A75C

Text Example


Text Example

White with #98A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,167,92); }

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

background-color css

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

 a { background-color: rgb(152,167,92); }

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

border-color css

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

 span { border-color: rgb(152,167,92); }

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