Html Css Color HEX #98A192 Mantle

📋 copy color: '#98A192'

red 152 ◦ green 161 ◦ blue 146

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

Shades of Mantle #98A192

Tints of Mantle #98A192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.81%

R = 33.12%
G = 35.08%
B = 31.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#98A192 (or 0x98A192) is known color: Mantle. HEX triplet: 98, A1 and 92. RGB value is (152,161,146). Sum of RGB (Red+Green+Blue) = 152+161+146=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 161 - color contains mainly: green. Hex color #98A192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A192 is #675E6D. Grayscale: #9C9C9C. Windows color (decimal): -6774382 or 9609624. OLE color: 9609624.

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

Color convert

RGB 152 161 146 -
CMYK 0.06 0 0.09 0.37
HSL 96º 0.07% 0.6% -
HSV(B) 96º 0.09% 0.63% -
XYZ 30.88 34.24 32.18 -
YUV 156.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 152 161 146 0.06 0 0.09 0.37 96 0.07 0.6
Hex 98 A1 92 6 0 9 25 60 7 3C
Octal 230 241 222 6 0 11 45 140 7 74
Binary 10011000 10100001 10010010 110 0 1001 100101 1100000 111 111100

Color Harmonies of #98A192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A192

Black with #98A192

Text Example


Text Example

White with #98A192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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