Html Css Color HEX #959B8A Delta

📋 copy color: '#959B8A'

red 149 ◦ green 155 ◦ blue 138

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

Shades of Delta #959B8A

Tints of Delta #959B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.07%

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

R = 33.71%
G = 35.07%
B = 31.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#959B8A (or 0x959B8A) is known color: Delta. HEX triplet: 95, 9B and 8A. RGB value is (149,155,138). Sum of RGB (Red+Green+Blue) = 149+155+138=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 155 - color contains mainly: green. Hex color #959B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B8A is #6A6475. Grayscale: #979797. Windows color (decimal): -6972534 or 9083797. OLE color: 9083797.

HSL color Cylindrical-coordinate representation of color #959B8A: hue angle of 81.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959B8A is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 138 -
CMYK 0.04 0 0.11 0.39
HSL 81.18º 0.08% 0.57% -
HSV(B) 81.18º 0.11% 0.61% -
XYZ 28.7 31.67 28.64 -
YUV 151.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 149 155 138 0.04 0 0.11 0.39 81.18 0.08 0.57
Hex 95 9B 8A 4 0 B 27 51 8 39
Octal 225 233 212 4 0 13 47 121 10 71
Binary 10010101 10011011 10001010 100 0 1011 100111 1010001 1000 111001

Color Harmonies of #959B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B8A

Black with #959B8A

Text Example


Text Example

White with #959B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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