#999E94

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

Shades of Delta #999E94

Tints of Delta #999E94

Color information

#999E94 (or 0x999E94) is unknown color: approx Delta. HEX triplet: 99, 9E and 94. RGB value is (153,158,148). Sum of RGB (Red+Green+Blue) = 153+158+148=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 158 - color contains mainly: green. Hex color #999E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999E94 is #66616B. Grayscale: #9B9B9B. Windows color (decimal): -6709612 or 9739929. OLE color: 9739929.

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

Color convert

RGB153158148-
CMYK0.0300.060.38
HSL90º4.9%60%-
HSV(B)90º6.33%61.96%-
XYZ30.7133.3632.84-
YUV155.36123.84126.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 34.42%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=33.33%
G=34.42%
B=32.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531581480.0300.060.38904.960
Hex999E94306265a53c
Octal23123622430646132574
Binary1001100110011110100101001101101001101011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,158,148); }

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

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

 a { background-color: rgb(153,158,148); }

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

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

 span { border-color: rgb(153,158,148); }

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