Html Css Color HEX #9CAA98 Mantle

📋 copy color: '#9CAA98'

red 156 ◦ green 170 ◦ blue 152

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

Shades of Mantle #9CAA98

Tints of Mantle #9CAA98

RGB

 RED value IS 156 (61.33% from 255) = 32.64%

 GREEN value IS 170 (66.8% from 255) = 35.56%

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

R = 32.64%
G = 35.56%
B = 31.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#9CAA98 (or 0x9CAA98) is known color: Mantle. HEX triplet: 9C, AA and 98. RGB value is (156,170,152). Sum of RGB (Red+Green+Blue) = 156+170+152=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA98 is #635567. Grayscale: #A3A3A3. Windows color (decimal): -6509928 or 10005148. OLE color: 10005148.

HSL color Cylindrical-coordinate representation of color #9CAA98: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CAA98 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 170 152 -
CMYK 0.08 0 0.11 0.33
HSL 106.67º 0.1% 0.63% -
HSV(B) 106.67º 0.11% 0.67% -
XYZ 33.75 38.08 35.28 -
YUV 163.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 156 170 152 0.08 0 0.11 0.33 106.67 0.1 0.63
Hex 9C AA 98 8 0 B 21 6B A 3F
Octal 234 252 230 10 0 13 41 153 12 77
Binary 10011100 10101010 10011000 1000 0 1011 100001 1101011 1010 111111

Color Harmonies of #9CAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAA98

Black with #9CAA98

Text Example


Text Example

White with #9CAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CAA98; }

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

 H1.HeaderClassName
 {
   color: #9CAA98;
 }
 .AnyTagClassName
 {
   color: #9CAA98;
 }
</style>

background-color css

<style>
 a { background-color: #9CAA98; }

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

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

border-color css

<style>
 span { border-color: #9CAA98; }

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

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