Html Css Color HEX #98B495 Mantle

📋 copy color: '#98B495'

red 152 ◦ green 180 ◦ blue 149

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

Shades of Mantle #98B495

Tints of Mantle #98B495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 31.6%
G = 37.42%
B = 30.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#98B495 (or 0x98B495) is known color: Mantle. HEX triplet: 98, B4 and 95. RGB value is (152,180,149). Sum of RGB (Red+Green+Blue) = 152+180+149=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #98B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B495 is #674B6A. Grayscale: #A8A8A8. Windows color (decimal): -6769515 or 9811096. OLE color: 9811096.

HSL color Cylindrical-coordinate representation of color #98B495: hue angle of 114.19º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98B495 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 180 149 -
CMYK 0.16 0 0.17 0.29
HSL 114.19º 0.17% 0.65% -
HSV(B) 114.19º 0.17% 0.71% -
XYZ 34.69 41.49 34.61 -
YUV 168.09 117.22 116.52 -
System Red Green Blue C M Y K H S L
Decimal 152 180 149 0.16 0 0.17 0.29 114.19 0.17 0.65
Hex 98 B4 95 10 0 11 1D 72 11 41
Octal 230 264 225 20 0 21 35 162 21 101
Binary 10011000 10110100 10010101 10000 0 10001 11101 1110010 10001 1000001

Color Harmonies of #98B495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B495

Black with #98B495

Text Example


Text Example

White with #98B495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,180,149); }

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

background-color css

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

 a { background-color: rgb(152,180,149); }

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

border-color css

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

 span { border-color: rgb(152,180,149); }

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