Html Css Color HEX #98A293 Mantle

📋 copy color: '#98A293'

red 152 ◦ green 162 ◦ blue 147

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

Shades of Mantle #98A293

Tints of Mantle #98A293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.14%

 BLUE value IS 147 (57.81% from 255) = 31.89%

R = 32.97%
G = 35.14%
B = 31.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#98A293 (or 0x98A293) is known color: Mantle. HEX triplet: 98, A2 and 93. RGB value is (152,162,147). Sum of RGB (Red+Green+Blue) = 152+162+147=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 162 - color contains mainly: green. Hex color #98A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A293 is #675D6C. Grayscale: #9D9D9D. Windows color (decimal): -6774125 or 9675416. OLE color: 9675416.

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

Color convert

RGB 152 162 147 -
CMYK 0.06 0 0.09 0.36
HSL 100º 0.07% 0.61% -
HSV(B) 100º 0.09% 0.64% -
XYZ 31.14 34.62 32.65 -
YUV 157.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 152 162 147 0.06 0 0.09 0.36 100 0.07 0.61
Hex 98 A2 93 6 0 9 24 64 7 3D
Octal 230 242 223 6 0 11 44 144 7 75
Binary 10011000 10100010 10010011 110 0 1001 100100 1100100 111 111101

Color Harmonies of #98A293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A293

Black with #98A293

Text Example


Text Example

White with #98A293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,162,147); }

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

background-color css

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

 a { background-color: rgb(152,162,147); }

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

border-color css

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

 span { border-color: rgb(152,162,147); }

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