Html Css Color HEX #99A698 Mantle

📋 copy color: '#99A698'

red 153 ◦ green 166 ◦ blue 152

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

Shades of Mantle #99A698

Tints of Mantle #99A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

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

R = 32.48%
G = 35.24%
B = 32.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#99A698 (or 0x99A698) is known color: Mantle. HEX triplet: 99, A6 and 98. RGB value is (153,166,152). Sum of RGB (Red+Green+Blue) = 153+166+152=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #99A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A698 is #665967. Grayscale: #A0A0A0. Windows color (decimal): -6707560 or 10004121. OLE color: 10004121.

HSL color Cylindrical-coordinate representation of color #99A698: hue angle of 115.71º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #99A698 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 166 152 -
CMYK 0.08 0 0.08 0.35
HSL 115.71º 0.07% 0.62% -
HSV(B) 115.71º 0.08% 0.65% -
XYZ 32.44 36.31 35 -
YUV 160.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 153 166 152 0.08 0 0.08 0.35 115.71 0.07 0.62
Hex 99 A6 98 8 0 8 23 74 7 3E
Octal 231 246 230 10 0 10 43 164 7 76
Binary 10011001 10100110 10011000 1000 0 1000 100011 1110100 111 111110

Color Harmonies of #99A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A698

Black with #99A698

Text Example


Text Example

White with #99A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A698; }

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

 H1.HeaderClassName
 {
   color: #99A698;
 }
 .AnyTagClassName
 {
   color: #99A698;
 }
</style>

background-color css

<style>
 a { background-color: #99A698; }

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

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

border-color css

<style>
 span { border-color: #99A698; }

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

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