#979B90

Color #979B90 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #979B90

Tints of Delta #979B90

Color information

#979B90 (or 0x979B90) is unknown color: approx Delta. HEX triplet: 97, 9B and 90. RGB value is (151,155,144). Sum of RGB (Red+Green+Blue) = 151+155+144=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 155 - color contains mainly: green. Hex color #979B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B90 is #68646F. Grayscale: #989898. Windows color (decimal): -6841456 or 9477015. OLE color: 9477015.

HSL color Cylindrical-coordinate representation of color #979B90: hue angle of 81.82º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #979B90 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB151155144-
CMYK0.0300.070.39
HSL81.82º5.21%58.63%-
HSV(B)81.82º7.1%60.78%-
XYZ29.5232.0431.01-
YUV152.55123.17126.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 144 (56.64% from 255) = 32%
R=33.56%
G=34.44%
B=32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551440.0300.070.3981.825.2158.63
Hex979B90307275253b
Octal22723322030747122573
Binary1001011110011011100100001101111001111010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B90; }

 p { color: rgb(151,155,144); }

 H1.HeaderClassName
 {
   color: #979B90;
 }
 .AnyTagClassName
 {
   color: #979B90;
 }
</style>
background-color css

<style>
 a { background-color: #979B90; }

 a { background-color: rgb(151,155,144); }

 div.DivClassName
 {
   background-color: #979B90;
 }
 .BgClassName
 {
   background-color: #979B90;
 }
</style>
border-color css

<style>
 span { border-color: #979B90; }

 span { border-color: rgb(151,155,144); }

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