Html Css Color HEX #959288 Nomad

📋 copy color: '#959288'

red 149 ◦ green 146 ◦ blue 136

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

Shades of Nomad #959288

Tints of Nomad #959288

RGB

 RED value IS 149 (58.59% from 255) = 34.57%

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 34.57%
G = 33.87%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#959288 (or 0x959288) is known color: Nomad. HEX triplet: 95, 92 and 88. RGB value is (149,146,136). Sum of RGB (Red+Green+Blue) = 149+146+136=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 149 - color contains mainly: red. Hex color #959288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959288 is #6A6D77. Grayscale: #919191. Windows color (decimal): -6974840 or 8950421. OLE color: 8950421.

HSL color Cylindrical-coordinate representation of color #959288: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959288 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 146 136 -
CMYK 0 0.02 0.09 0.42
HSL 46.15º 0.06% 0.56% -
HSV(B) 46.15º 0.09% 0.58% -
XYZ 27.12 28.72 27.41 -
YUV 145.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 149 146 136 0 0.02 0.09 0.42 46.15 0.06 0.56
Hex 95 92 88 0 2 9 2A 2E 6 38
Octal 225 222 210 0 2 11 52 56 6 70
Binary 10010101 10010010 10001000 0 10 1001 101010 101110 110 111000

Color Harmonies of #959288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959288

Black with #959288

Text Example


Text Example

White with #959288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959288; }

 p { color: rgb(149,146,136); }

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

background-color css

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

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

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

border-color css

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

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

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