Html Css Color HEX #96898B Venus

📋 copy color: '#96898B'

red 150 ◦ green 137 ◦ blue 139

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

Shades of Venus #96898B

Tints of Venus #96898B

RGB

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

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

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

R = 35.21%
G = 32.16%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96898B (or 0x96898B) is known color: Venus. HEX triplet: 96, 89 and 8B. RGB value is (150,137,139). Sum of RGB (Red+Green+Blue) = 150+137+139=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #96898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96898B is #697674. Grayscale: #8D8D8D. Windows color (decimal): -6911605 or 9144726. OLE color: 9144726.

HSL color Cylindrical-coordinate representation of color #96898B: hue angle of 350.77º 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 #96898B is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 137 139 -
CMYK 0 0.09 0.07 0.41
HSL 350.77º 0.06% 0.56% -
HSV(B) 350.77º 0.09% 0.59% -
XYZ 26.18 26.24 28.11 -
YUV 141.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 150 137 139 0 0.09 0.07 0.41 350.77 0.06 0.56
Hex 96 89 8B 0 9 7 29 15F 6 38
Octal 226 211 213 0 11 7 51 537 6 70
Binary 10010110 10001001 10001011 0 1001 111 101001 101011111 110 111000

Color Harmonies of #96898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96898B

Black with #96898B

Text Example


Text Example

White with #96898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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