Html Css Color HEX #98A168 Green Smoke

📋 copy color: '#98A168'

red 152 ◦ green 161 ◦ blue 104

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

Shades of Green Smoke #98A168

Tints of Green Smoke #98A168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 36.45%
G = 38.61%
B = 24.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#98A168 (or 0x98A168) is known color: Green Smoke. HEX triplet: 98, A1 and 68. RGB value is (152,161,104). Sum of RGB (Red+Green+Blue) = 152+161+104=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #98A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A168 is #675E97. Grayscale: #989898. Windows color (decimal): -6774424 or 6857112. OLE color: 6857112.

HSL color Cylindrical-coordinate representation of color #98A168: hue angle of 69.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98A168 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 104 -
CMYK 0.06 0 0.35 0.37
HSL 69.47º 0.23% 0.52% -
HSV(B) 69.47º 0.35% 0.63% -
XYZ 28.19 33.16 18.01 -
YUV 151.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 152 161 104 0.06 0 0.35 0.37 69.47 0.23 0.52
Hex 98 A1 68 6 0 23 25 45 17 34
Octal 230 241 150 6 0 43 45 105 27 64
Binary 10011000 10100001 1101000 110 0 100011 100101 1000101 10111 110100

Color Harmonies of #98A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A168

Black with #98A168

Text Example


Text Example

White with #98A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,161,104); }

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

background-color css

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

 a { background-color: rgb(152,161,104); }

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

border-color css

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

 span { border-color: rgb(152,161,104); }

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