#999B97

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

Shades of Delta #999B97

Tints of Delta #999B97

Color information

#999B97 (or 0x999B97) is unknown color: approx Delta. HEX triplet: 99, 9B and 97. RGB value is (153,155,151). Sum of RGB (Red+Green+Blue) = 153+155+151=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 155 - color contains mainly: green. Hex color #999B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B97 is #666468. Grayscale: #999999. Windows color (decimal): -6710377 or 9935769. OLE color: 9935769.

HSL color Cylindrical-coordinate representation of color #999B97: hue angle of 90º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999B97 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB153155151-
CMYK0.0100.030.39
HSL90º1.96%60%-
HSV(B)90º2.58%60.78%-
XYZ30.4432.4533.94-
YUV153.95126.34127.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=33.33%
G=33.77%
B=32.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551510.0100.030.39901.9660
Hex999B97103275a23c
Octal23123322710347132274
Binary1001100110011011100101111011100111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999B97; }

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

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

<style>
 a { background-color: #999B97; }

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

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

<style>
 span { border-color: #999B97; }

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

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