Html Css Color HEX #9B898A Venus

📋 copy color: '#9B898A'

red 155 ◦ green 137 ◦ blue 138

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

Shades of Venus #9B898A

Tints of Venus #9B898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.09%

R = 36.05%
G = 31.86%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B898A (or 0x9B898A) is known color: Venus. HEX triplet: 9B, 89 and 8A. RGB value is (155,137,138). Sum of RGB (Red+Green+Blue) = 155+137+138=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B898A is #647675. Grayscale: #8E8E8E. Windows color (decimal): -6583926 or 9079195. OLE color: 9079195.

HSL color Cylindrical-coordinate representation of color #9B898A: hue angle of 356.67º 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 #9B898A is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 137 138 -
CMYK 0 0.12 0.11 0.39
HSL 356.67º 0.08% 0.57% -
HSV(B) 356.67º 0.12% 0.61% -
XYZ 27.05 26.69 27.77 -
YUV 142.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 155 137 138 0 0.12 0.11 0.39 356.67 0.08 0.57
Hex 9B 89 8A 0 C B 27 165 8 39
Octal 233 211 212 0 14 13 47 545 10 71
Binary 10011011 10001001 10001010 0 1100 1011 100111 101100101 1000 111001

Color Harmonies of #9B898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B898A

Black with #9B898A

Text Example


Text Example

White with #9B898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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