#999D92

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

Shades of Delta #999D92

Tints of Delta #999D92

Color information

#999D92 (or 0x999D92) is unknown color: approx Delta. HEX triplet: 99, 9D and 92. RGB value is (153,157,146). Sum of RGB (Red+Green+Blue) = 153+157+146=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 157 - color contains mainly: green. Hex color #999D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D92 is #66626D. Grayscale: #9A9A9A. Windows color (decimal): -6709870 or 9608601. OLE color: 9608601.

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

Color convert

RGB153157146-
CMYK0.0300.070.38
HSL81.82º5.31%59.41%-
HSV(B)81.82º7.01%61.57%-
XYZ30.3832.9631.96-
YUV154.55123.17126.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 146 (57.42% from 255) = 32.02%
R=33.55%
G=34.43%
B=32.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531571460.0300.070.3881.825.3159.41
Hex999D92307265253b
Octal23123522230746122573
Binary1001100110011101100100101101111001101010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,157,146); }

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

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

 a { background-color: rgb(153,157,146); }

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

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

 span { border-color: rgb(153,157,146); }

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