#999B95

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

Shades of Delta #999B95

Tints of Delta #999B95

Color information

#999B95 (or 0x999B95) is unknown color: approx Delta. HEX triplet: 99, 9B and 95. RGB value is (153,155,149). Sum of RGB (Red+Green+Blue) = 153+155+149=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 155 - color contains mainly: green. Hex color #999B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B95 is #66646A. Grayscale: #999999. Windows color (decimal): -6710379 or 9804697. OLE color: 9804697.

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

Color convert

RGB153155149-
CMYK0.0100.040.39
HSL80º2.91%59.61%-
HSV(B)80º3.87%60.78%-
XYZ30.2832.3833.09-
YUV153.72125.34127.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=33.48%
G=33.92%
B=32.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531551490.0100.040.39802.9159.61
Hex999B95104275033c
Octal23123322510447120374
Binary10011001100110111001010110100100111101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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