Html Css Color HEX #9F8D90 Venus

📋 copy color: '#9F8D90'

red 159 ◦ green 141 ◦ blue 144

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

Shades of Venus #9F8D90

Tints of Venus #9F8D90

RGB

 RED value IS 159 (62.5% from 255) = 35.81%

 GREEN value IS 141 (55.47% from 255) = 31.76%

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

R = 35.81%
G = 31.76%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9F8D90 (or 0x9F8D90) is known color: Venus. HEX triplet: 9F, 8D and 90. RGB value is (159,141,144). Sum of RGB (Red+Green+Blue) = 159+141+144=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8D90 is #60726F. Grayscale: #929292. Windows color (decimal): -6320752 or 9473439. OLE color: 9473439.

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

Color convert

RGB 159 141 144 -
CMYK 0 0.11 0.09 0.38
HSL 350º 0.09% 0.59% -
HSV(B) 350º 0.11% 0.62% -
XYZ 28.86 28.43 30.35 -
YUV 146.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 159 141 144 0 0.11 0.09 0.38 350 0.09 0.59
Hex 9F 8D 90 0 B 9 26 15E 9 3B
Octal 237 215 220 0 13 11 46 536 11 73
Binary 10011111 10001101 10010000 0 1011 1001 100110 101011110 1001 111011

Color Harmonies of #9F8D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8D90

Black with #9F8D90

Text Example


Text Example

White with #9F8D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,141,144); }

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

background-color css

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

 a { background-color: rgb(159,141,144); }

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

border-color css

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

 span { border-color: rgb(159,141,144); }

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