Html Css Color HEX #959D8C Delta

📋 copy color: '#959D8C'

red 149 ◦ green 157 ◦ blue 140

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

Shades of Delta #959D8C

Tints of Delta #959D8C

RGB

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

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

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

R = 33.41%
G = 35.2%
B = 31.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#959D8C (or 0x959D8C) is known color: Delta. HEX triplet: 95, 9D and 8C. RGB value is (149,157,140). Sum of RGB (Red+Green+Blue) = 149+157+140=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8C is #6A6273. Grayscale: #989898. Windows color (decimal): -6972020 or 9215381. OLE color: 9215381.

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

Color convert

RGB 149 157 140 -
CMYK 0.05 0 0.11 0.38
HSL 88.24º 0.08% 0.58% -
HSV(B) 88.24º 0.11% 0.62% -
XYZ 29.19 32.4 29.53 -
YUV 152.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 149 157 140 0.05 0 0.11 0.38 88.24 0.08 0.58
Hex 95 9D 8C 5 0 B 26 58 8 3A
Octal 225 235 214 5 0 13 46 130 10 72
Binary 10010101 10011101 10001100 101 0 1011 100110 1011000 1000 111010

Color Harmonies of #959D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D8C

Black with #959D8C

Text Example


Text Example

White with #959D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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