Html Css Color HEX #9BA19B Pewter

📋 copy color: '#9BA19B'

red 155 ◦ green 161 ◦ blue 155

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

Shades of Pewter #9BA19B

Tints of Pewter #9BA19B

RGB

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

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

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

R = 32.91%
G = 34.18%
B = 32.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#9BA19B (or 0x9BA19B) is known color: Pewter. HEX triplet: 9B, A1 and 9B. RGB value is (155,161,155). Sum of RGB (Red+Green+Blue) = 155+161+155=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA19B is #645E64. Grayscale: #9E9E9E. Windows color (decimal): -6577765 or 10199451. OLE color: 10199451.

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

Color convert

RGB 155 161 155 -
CMYK 0.04 0 0.04 0.37
HSL 120º 0.03% 0.62% -
HSV(B) 120º 0.04% 0.63% -
XYZ 32.18 34.82 36.04 -
YUV 158.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 155 161 155 0.04 0 0.04 0.37 120 0.03 0.62
Hex 9B A1 9B 4 0 4 25 78 3 3E
Octal 233 241 233 4 0 4 45 170 3 76
Binary 10011011 10100001 10011011 100 0 100 100101 1111000 11 111110

Color Harmonies of #9BA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA19B

Black with #9BA19B

Text Example


Text Example

White with #9BA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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