#999C8E

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

Shades of Delta #999C8E

Tints of Delta #999C8E

Color information

#999C8E (or 0x999C8E) is unknown color: approx Delta. HEX triplet: 99, 9C and 8E. RGB value is (153,156,142). Sum of RGB (Red+Green+Blue) = 153+156+142=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8E is #666371. Grayscale: #999999. Windows color (decimal): -6710130 or 9346201. OLE color: 9346201.

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

Color convert

RGB153156142-
CMYK0.0200.090.39
HSL72.86º6.6%58.43%-
HSV(B)72.86º8.97%61.18%-
XYZ29.9132.530.29-
YUV153.51121.51127.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 156 (61.33% from 255) = 34.59%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=33.92%
G=34.59%
B=31.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561420.0200.090.3972.866.658.43
Hex999C8E209274973a
Octal231234216201147111772
Binary10011001100111001000111010010011001111001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,142); }

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

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

 a { background-color: rgb(153,156,142); }

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

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

 span { border-color: rgb(153,156,142); }

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