Html Css Color HEX #959D8B Delta

📋 copy color: '#959D8B'

red 149 ◦ green 157 ◦ blue 139

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

Shades of Delta #959D8B

Tints of Delta #959D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.24%

R = 33.48%
G = 35.28%
B = 31.24%

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

#959D8B (or 0x959D8B) is known color: Delta. HEX triplet: 95, 9D and 8B. RGB value is (149,157,139). Sum of RGB (Red+Green+Blue) = 149+157+139=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8B is #6A6274. Grayscale: #989898. Windows color (decimal): -6972021 or 9149845. OLE color: 9149845.

HSL color Cylindrical-coordinate representation of color #959D8B: hue angle of 86.67º 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 #959D8B is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 139 -
CMYK 0.05 0 0.11 0.38
HSL 86.67º 0.08% 0.58% -
HSV(B) 86.67º 0.11% 0.62% -
XYZ 29.11 32.37 29.14 -
YUV 152.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 149 157 139 0.05 0 0.11 0.38 86.67 0.08 0.58
Hex 95 9D 8B 5 0 B 26 57 8 3A
Octal 225 235 213 5 0 13 46 127 10 72
Binary 10010101 10011101 10001011 101 0 1011 100110 1010111 1000 111010

Color Harmonies of #959D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D8B

Black with #959D8B

Text Example


Text Example

White with #959D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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