Html Css Color HEX #9BA198 Mantle

📋 copy color: '#9BA198'

red 155 ◦ green 161 ◦ blue 152

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

Shades of Mantle #9BA198

Tints of Mantle #9BA198

RGB

 RED value IS 155 (60.94% from 255) = 33.12%

 GREEN value IS 161 (63.28% from 255) = 34.4%

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

R = 33.12%
G = 34.4%
B = 32.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#9BA198 (or 0x9BA198) is known color: Mantle. HEX triplet: 9B, A1 and 98. RGB value is (155,161,152). Sum of RGB (Red+Green+Blue) = 155+161+152=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA198 is #645E67. Grayscale: #9E9E9E. Windows color (decimal): -6577768 or 10002843. OLE color: 10002843.

HSL color Cylindrical-coordinate representation of color #9BA198: hue angle of 100º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA198 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 152 -
CMYK 0.04 0 0.06 0.37
HSL 100º 0.05% 0.61% -
HSV(B) 100º 0.06% 0.63% -
XYZ 31.93 34.73 34.73 -
YUV 158.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 155 161 152 0.04 0 0.06 0.37 100 0.05 0.61
Hex 9B A1 98 4 0 6 25 64 5 3D
Octal 233 241 230 4 0 6 45 144 5 75
Binary 10011011 10100001 10011000 100 0 110 100101 1100100 101 111101

Color Harmonies of #9BA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA198

Black with #9BA198

Text Example


Text Example

White with #9BA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,152); }

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

background-color css

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

 a { background-color: rgb(155,161,152); }

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

border-color css

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

 span { border-color: rgb(155,161,152); }

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