Html Css Color HEX #999C98 Mantle

📋 copy color: '#999C98'

red 153 ◦ green 156 ◦ blue 152

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

Shades of Mantle #999C98

Tints of Mantle #999C98

RGB

 RED value IS 153 (60.16% from 255) = 33.19%

 GREEN value IS 156 (61.33% from 255) = 33.84%

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

R = 33.19%
G = 33.84%
B = 32.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#999C98 (or 0x999C98) is known color: Mantle. HEX triplet: 99, 9C and 98. RGB value is (153,156,152). Sum of RGB (Red+Green+Blue) = 153+156+152=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 156 - color contains mainly: green. Hex color #999C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C98 is #666367. Grayscale: #9A9A9A. Windows color (decimal): -6710120 or 10001561. OLE color: 10001561.

HSL color Cylindrical-coordinate representation of color #999C98: hue angle of 105º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999C98 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 153 156 152 -
CMYK 0.02 0 0.03 0.39
HSL 105º 0.02% 0.6% -
HSV(B) 105º 0.03% 0.61% -
XYZ 30.69 32.82 34.42 -
YUV 154.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 153 156 152 0.02 0 0.03 0.39 105 0.02 0.6
Hex 99 9C 98 2 0 3 27 69 2 3C
Octal 231 234 230 2 0 3 47 151 2 74
Binary 10011001 10011100 10011000 10 0 11 100111 1101001 10 111100

Color Harmonies of #999C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999C98

Black with #999C98

Text Example


Text Example

White with #999C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999C98; }

 p { color: rgb(153,156,152); }

 H1.HeaderClassName
 {
   color: #999C98;
 }
 .AnyTagClassName
 {
   color: #999C98;
 }
</style>

background-color css

<style>
 a { background-color: #999C98; }

 a { background-color: rgb(153,156,152); }

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

border-color css

<style>
 span { border-color: #999C98; }

 span { border-color: rgb(153,156,152); }

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