Html Css Color HEX #99888E Venus

📋 copy color: '#99888E'

red 153 ◦ green 136 ◦ blue 142

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

Shades of Venus #99888E

Tints of Venus #99888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.55%

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

R = 35.5%
G = 31.55%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#99888E (or 0x99888E) is known color: Venus. HEX triplet: 99, 88 and 8E. RGB value is (153,136,142). Sum of RGB (Red+Green+Blue) = 153+136+142=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #99888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99888E is #667771. Grayscale: #8D8D8D. Windows color (decimal): -6715250 or 9341081. OLE color: 9341081.

HSL color Cylindrical-coordinate representation of color #99888E: hue angle of 338.82º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99888E is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 136 142 -
CMYK 0 0.11 0.07 0.4
HSL 338.82º 0.08% 0.57% -
HSV(B) 338.82º 0.11% 0.6% -
XYZ 26.82 26.33 29.26 -
YUV 141.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 153 136 142 0 0.11 0.07 0.4 338.82 0.08 0.57
Hex 99 88 8E 0 B 7 28 153 8 39
Octal 231 210 216 0 13 7 50 523 10 71
Binary 10011001 10001000 10001110 0 1011 111 101000 101010011 1000 111001

Color Harmonies of #99888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99888E

Black with #99888E

Text Example


Text Example

White with #99888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,136,142); }

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

background-color css

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

 a { background-color: rgb(153,136,142); }

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

border-color css

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

 span { border-color: rgb(153,136,142); }

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