Html Css Color HEX #959D8A Delta

📋 copy color: '#959D8A'

red 149 ◦ green 157 ◦ blue 138

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

Shades of Delta #959D8A

Tints of Delta #959D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.08%

R = 33.56%
G = 35.36%
B = 31.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#959D8A (or 0x959D8A) is known color: Delta. HEX triplet: 95, 9D and 8A. RGB value is (149,157,138). Sum of RGB (Red+Green+Blue) = 149+157+138=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8A is #6A6275. Grayscale: #989898. Windows color (decimal): -6972022 or 9084309. OLE color: 9084309.

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

Color convert

RGB 149 157 138 -
CMYK 0.05 0 0.12 0.38
HSL 85.26º 0.09% 0.58% -
HSV(B) 85.26º 0.12% 0.62% -
XYZ 29.04 32.34 28.76 -
YUV 152.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 149 157 138 0.05 0 0.12 0.38 85.26 0.09 0.58
Hex 95 9D 8A 5 0 C 26 55 9 3A
Octal 225 235 212 5 0 14 46 125 11 72
Binary 10010101 10011101 10001010 101 0 1100 100110 1010101 1001 111010

Color Harmonies of #959D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D8A

Black with #959D8A

Text Example


Text Example

White with #959D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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