Html Css Color HEX #9D8B90 Venus

📋 copy color: '#9D8B90'

red 157 ◦ green 139 ◦ blue 144

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

Shades of Venus #9D8B90

Tints of Venus #9D8B90

RGB

 RED value IS 157 (61.72% from 255) = 35.68%

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 35.68%
G = 31.59%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9D8B90 (or 0x9D8B90) is known color: Venus. HEX triplet: 9D, 8B and 90. RGB value is (157,139,144). Sum of RGB (Red+Green+Blue) = 157+139+144=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8B90 is #62746F. Grayscale: #909090. Windows color (decimal): -6452336 or 9472925. OLE color: 9472925.

HSL color Cylindrical-coordinate representation of color #9D8B90: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D8B90 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 139 144 -
CMYK 0 0.11 0.08 0.38
HSL 343.33º 0.08% 0.58% -
HSV(B) 343.33º 0.11% 0.62% -
XYZ 28.17 27.65 30.24 -
YUV 144.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 157 139 144 0 0.11 0.08 0.38 343.33 0.08 0.58
Hex 9D 8B 90 0 B 8 26 157 8 3A
Octal 235 213 220 0 13 10 46 527 10 72
Binary 10011101 10001011 10010000 0 1011 1000 100110 101010111 1000 111010

Color Harmonies of #9D8B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8B90

Black with #9D8B90

Text Example


Text Example

White with #9D8B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,139,144); }

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

background-color css

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

 a { background-color: rgb(157,139,144); }

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

border-color css

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

 span { border-color: rgb(157,139,144); }

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