Html Css Color HEX #9CA99B Mantle

📋 copy color: '#9CA99B'

red 156 ◦ green 169 ◦ blue 155

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

Shades of Mantle #9CA99B

Tints of Mantle #9CA99B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

 BLUE value IS 155 (60.94% from 255) = 32.29%

R = 32.5%
G = 35.21%
B = 32.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#9CA99B (or 0x9CA99B) is known color: Mantle. HEX triplet: 9C, A9 and 9B. RGB value is (156,169,155). Sum of RGB (Red+Green+Blue) = 156+169+155=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA99B is #635664. Grayscale: #A3A3A3. Windows color (decimal): -6510181 or 10201500. OLE color: 10201500.

HSL color Cylindrical-coordinate representation of color #9CA99B: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9CA99B is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 156 169 155 -
CMYK 0.08 0 0.08 0.34
HSL 115.71º 0.08% 0.64% -
HSV(B) 115.71º 0.08% 0.66% -
XYZ 33.81 37.81 36.53 -
YUV 163.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 156 169 155 0.08 0 0.08 0.34 115.71 0.08 0.64
Hex 9C A9 9B 8 0 8 22 74 8 40
Octal 234 251 233 10 0 10 42 164 10 100
Binary 10011100 10101001 10011011 1000 0 1000 100010 1110100 1000 1000000

Color Harmonies of #9CA99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CA99B

Black with #9CA99B

Text Example


Text Example

White with #9CA99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,169,155); }

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

background-color css

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

 a { background-color: rgb(156,169,155); }

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

border-color css

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

 span { border-color: rgb(156,169,155); }

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