Html Css Color HEX #99838C Venus

📋 copy color: '#99838C'

red 153 ◦ green 131 ◦ blue 140

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

Shades of Venus #99838C

Tints of Venus #99838C

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 36.08%
G = 30.9%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99838C (or 0x99838C) is known color: Venus. HEX triplet: 99, 83 and 8C. RGB value is (153,131,140). Sum of RGB (Red+Green+Blue) = 153+131+140=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #99838C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99838C is #667C73. Grayscale: #8A8A8A. Windows color (decimal): -6716532 or 9208729. OLE color: 9208729.

HSL color Cylindrical-coordinate representation of color #99838C: hue angle of 335.45º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99838C is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 140 -
CMYK 0 0.14 0.08 0.4
HSL 335.45º 0.1% 0.56% -
HSV(B) 335.45º 0.14% 0.6% -
XYZ 25.99 24.9 28.25 -
YUV 138.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 153 131 140 0 0.14 0.08 0.4 335.45 0.1 0.56
Hex 99 83 8C 0 E 8 28 14F A 38
Octal 231 203 214 0 16 10 50 517 12 70
Binary 10011001 10000011 10001100 0 1110 1000 101000 101001111 1010 111000

Color Harmonies of #99838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99838C

Black with #99838C

Text Example


Text Example

White with #99838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99838C; }

 p { color: rgb(153,131,140); }

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

background-color css

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

 a { background-color: rgb(153,131,140); }

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

border-color css

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

 span { border-color: rgb(153,131,140); }

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