Html Css Color HEX #968189 Venus

📋 copy color: '#968189'

red 150 ◦ green 129 ◦ blue 137

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

Shades of Venus #968189

Tints of Venus #968189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

 BLUE value IS 137 (53.91% from 255) = 32.93%

R = 36.06%
G = 31.01%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#968189 (or 0x968189) is known color: Venus. HEX triplet: 96, 81 and 89. RGB value is (150,129,137). Sum of RGB (Red+Green+Blue) = 150+129+137=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968189 is #697E76. Grayscale: #888888. Windows color (decimal): -6913655 or 9011606. OLE color: 9011606.

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

Color convert

RGB 150 129 137 -
CMYK 0 0.14 0.09 0.41
HSL 337.14º 0.09% 0.55% -
HSV(B) 337.14º 0.14% 0.59% -
XYZ 24.94 23.99 26.98 -
YUV 136.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 150 129 137 0 0.14 0.09 0.41 337.14 0.09 0.55
Hex 96 81 89 0 E 9 29 151 9 37
Octal 226 201 211 0 16 11 51 521 11 67
Binary 10010110 10000001 10001001 0 1110 1001 101001 101010001 1001 110111

Color Harmonies of #968189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968189

Black with #968189

Text Example


Text Example

White with #968189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968189; }

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

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

background-color css

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

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

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

border-color css

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

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

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