Html Css Color HEX #98A05A Green Smoke

📋 copy color: '#98A05A'

red 152 ◦ green 160 ◦ blue 90

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

Shades of Green Smoke #98A05A

Tints of Green Smoke #98A05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.39%

R = 37.81%
G = 39.8%
B = 22.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#98A05A (or 0x98A05A) is known color: Green Smoke. HEX triplet: 98, A0 and 5A. RGB value is (152,160,90). Sum of RGB (Red+Green+Blue) = 152+160+90=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 160 - color contains mainly: green. Hex color #98A05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A05A is #675FA5. Grayscale: #959595. Windows color (decimal): -6774694 or 5939352. OLE color: 5939352.

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

Color convert

RGB 152 160 90 -
CMYK 0.05 0 0.44 0.37
HSL 66.86º 0.28% 0.49% -
HSV(B) 66.86º 0.44% 0.63% -
XYZ 27.37 32.56 14.51 -
YUV 149.63 94.35 129.69 -
System Red Green Blue C M Y K H S L
Decimal 152 160 90 0.05 0 0.44 0.37 66.86 0.28 0.49
Hex 98 A0 5A 5 0 2C 25 43 1C 31
Octal 230 240 132 5 0 54 45 103 34 61
Binary 10011000 10100000 1011010 101 0 101100 100101 1000011 11100 110001

Color Harmonies of #98A05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A05A

Black with #98A05A

Text Example


Text Example

White with #98A05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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