Html Css Color HEX #999595 Nobel

📋 copy color: '#999595'

red 153 ◦ green 149 ◦ blue 149

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

Shades of Nobel #999595

Tints of Nobel #999595

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.04%

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 33.92%
G = 33.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#999595 (or 0x999595) is known color: Nobel. HEX triplet: 99, 95 and 95. RGB value is (153,149,149). Sum of RGB (Red+Green+Blue) = 153+149+149=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 153 - color contains mainly: red. Hex color #999595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999595 is #666A6A. Grayscale: #969696. Windows color (decimal): -6711915 or 9803161. OLE color: 9803161.

HSL color Cylindrical-coordinate representation of color #999595: hue angle of 0º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999595 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 149 -
CMYK 0 0.03 0.03 0.4
HSL 0.02% 0.59% -
HSV(B) 0.03% 0.6% -
XYZ 29.31 30.44 32.76 -
YUV 150.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 153 149 149 0 0.03 0.03 0.4 0 0.02 0.59
Hex 99 95 95 0 3 3 28 0 2 3B
Octal 231 225 225 0 3 3 50 0 2 73
Binary 10011001 10010101 10010101 0 11 11 101000 0 10 111011

Color Harmonies of #999595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999595

Black with #999595

Text Example


Text Example

White with #999595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999595; }

 p { color: rgb(153,149,149); }

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

background-color css

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

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

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

border-color css

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

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

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