Html Css Color HEX #99A298 Mantle

📋 copy color: '#99A298'

red 153 ◦ green 162 ◦ blue 152

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

Shades of Mantle #99A298

Tints of Mantle #99A298

RGB

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

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

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

R = 32.76%
G = 34.69%
B = 32.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#99A298 (or 0x99A298) is known color: Mantle. HEX triplet: 99, A2 and 98. RGB value is (153,162,152). Sum of RGB (Red+Green+Blue) = 153+162+152=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 162 - color contains mainly: green. Hex color #99A298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A298 is #665D67. Grayscale: #9E9E9E. Windows color (decimal): -6708584 or 10003097. OLE color: 10003097.

HSL color Cylindrical-coordinate representation of color #99A298: hue angle of 114º degrees, saturation: 0.05, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #99A298 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 152 -
CMYK 0.06 0 0.06 0.36
HSL 114º 0.05% 0.62% -
HSV(B) 114º 0.06% 0.64% -
XYZ 31.72 34.88 34.77 -
YUV 158.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 153 162 152 0.06 0 0.06 0.36 114 0.05 0.62
Hex 99 A2 98 6 0 6 24 72 5 3E
Octal 231 242 230 6 0 6 44 162 5 76
Binary 10011001 10100010 10011000 110 0 110 100100 1110010 101 111110

Color Harmonies of #99A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A298

Black with #99A298

Text Example


Text Example

White with #99A298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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