Html Css Color HEX #979B92 Delta

📋 copy color: '#979B92'

red 151 ◦ green 155 ◦ blue 146

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

Shades of Delta #979B92

Tints of Delta #979B92

RGB

 RED value IS 151 (59.38% from 255) = 33.41%

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

 BLUE value IS 146 (57.42% from 255) = 32.3%

R = 33.41%
G = 34.29%
B = 32.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#979B92 (or 0x979B92) is known color: Delta. HEX triplet: 97, 9B and 92. RGB value is (151,155,146). Sum of RGB (Red+Green+Blue) = 151+155+146=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 155 - color contains mainly: green. Hex color #979B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B92 is #68646D. Grayscale: #989898. Windows color (decimal): -6841454 or 9608087. OLE color: 9608087.

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

Color convert

RGB 151 155 146 -
CMYK 0.03 0 0.06 0.39
HSL 86.67º 0.04% 0.59% -
HSV(B) 86.67º 0.06% 0.61% -
XYZ 29.67 32.1 31.83 -
YUV 152.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 151 155 146 0.03 0 0.06 0.39 86.67 0.04 0.59
Hex 97 9B 92 3 0 6 27 57 4 3B
Octal 227 233 222 3 0 6 47 127 4 73
Binary 10010111 10011011 10010010 11 0 110 100111 1010111 100 111011

Color Harmonies of #979B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B92

Black with #979B92

Text Example


Text Example

White with #979B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #979B92;
 }
 .AnyTagClassName
 {
   color: #979B92;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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