Html Css Color HEX #959D86 Delta

📋 copy color: '#959D86'

red 149 ◦ green 157 ◦ blue 134

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

Shades of Delta #959D86

Tints of Delta #959D86

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.68%

 BLUE value IS 134 (52.73% from 255) = 30.45%

R = 33.86%
G = 35.68%
B = 30.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#959D86 (or 0x959D86) is known color: Delta. HEX triplet: 95, 9D and 86. RGB value is (149,157,134). Sum of RGB (Red+Green+Blue) = 149+157+134=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 157 - color contains mainly: green. Hex color #959D86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D86 is #6A6279. Grayscale: #989898. Windows color (decimal): -6972026 or 8822165. OLE color: 8822165.

HSL color Cylindrical-coordinate representation of color #959D86: hue angle of 80.87º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959D86 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 134 -
CMYK 0.05 0 0.15 0.38
HSL 80.87º 0.11% 0.57% -
HSV(B) 80.87º 0.15% 0.62% -
XYZ 28.75 32.22 27.26 -
YUV 151.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 149 157 134 0.05 0 0.15 0.38 80.87 0.11 0.57
Hex 95 9D 86 5 0 F 26 51 B 39
Octal 225 235 206 5 0 17 46 121 13 71
Binary 10010101 10011101 10000110 101 0 1111 100110 1010001 1011 111001

Color Harmonies of #959D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D86

Black with #959D86

Text Example


Text Example

White with #959D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959D86; }

 p { color: rgb(149,157,134); }

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

background-color css

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

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

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

border-color css

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

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

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