Html Css Color HEX #9B898B Venus

📋 copy color: '#9B898B'

red 155 ◦ green 137 ◦ blue 139

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

Shades of Venus #9B898B

Tints of Venus #9B898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 139 (54.69% from 255) = 32.25%

R = 35.96%
G = 31.79%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B898B (or 0x9B898B) is known color: Venus. HEX triplet: 9B, 89 and 8B. RGB value is (155,137,139). Sum of RGB (Red+Green+Blue) = 155+137+139=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B898B is #647674. Grayscale: #8E8E8E. Windows color (decimal): -6583925 or 9144731. OLE color: 9144731.

HSL color Cylindrical-coordinate representation of color #9B898B: hue angle of 353.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B898B is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 139 -
CMYK 0 0.12 0.10 0.39
HSL 353.33º 0.08% 0.57% -
HSV(B) 353.33º 0.12% 0.61% -
XYZ 27.12 26.72 28.15 -
YUV 142.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 155 137 139 0 0.12 0.10 0.39 353.33 0.08 0.57
Hex 9B 89 8B 0 C A 27 161 8 39
Octal 233 211 213 0 14 12 47 541 10 71
Binary 10011011 10001001 10001011 0 1100 1010 100111 101100001 1000 111001

Color Harmonies of #9B898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B898B

Black with #9B898B

Text Example


Text Example

White with #9B898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,139); }

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

background-color css

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

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

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

border-color css

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

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

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