Html Css Color HEX #96898E Venus

📋 copy color: '#96898E'

red 150 ◦ green 137 ◦ blue 142

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

Shades of Venus #96898E

Tints of Venus #96898E

RGB

 RED value IS 150 (58.98% from 255) = 34.97%

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

 BLUE value IS 142 (55.86% from 255) = 33.1%

R = 34.97%
G = 31.93%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96898E (or 0x96898E) is known color: Venus. HEX triplet: 96, 89 and 8E. RGB value is (150,137,142). Sum of RGB (Red+Green+Blue) = 150+137+142=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #96898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96898E is #697671. Grayscale: #8D8D8D. Windows color (decimal): -6911602 or 9341334. OLE color: 9341334.

HSL color Cylindrical-coordinate representation of color #96898E: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96898E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 142 -
CMYK 0 0.09 0.05 0.41
HSL 336.92º 0.06% 0.56% -
HSV(B) 336.92º 0.09% 0.59% -
XYZ 26.41 26.33 29.28 -
YUV 141.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 150 137 142 0 0.09 0.05 0.41 336.92 0.06 0.56
Hex 96 89 8E 0 9 5 29 151 6 38
Octal 226 211 216 0 11 5 51 521 6 70
Binary 10010110 10001001 10001110 0 1001 101 101001 101010001 110 111000

Color Harmonies of #96898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96898E

Black with #96898E

Text Example


Text Example

White with #96898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96898E; }

 p { color: rgb(150,137,142); }

 H1.HeaderClassName
 {
   color: #96898E;
 }
 .AnyTagClassName
 {
   color: #96898E;
 }
</style>

background-color css

<style>
 a { background-color: #96898E; }

 a { background-color: rgb(150,137,142); }

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

border-color css

<style>
 span { border-color: #96898E; }

 span { border-color: rgb(150,137,142); }

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