#969892

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

Shades of Delta #969892

Tints of Delta #969892

Color information

#969892 (or 0x969892) is unknown color: approx Delta. HEX triplet: 96, 98 and 92. RGB value is (150,152,146). Sum of RGB (Red+Green+Blue) = 150+152+146=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 152 - color contains mainly: green. Hex color #969892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969892 is #69676D. Grayscale: #969696. Windows color (decimal): -6907758 or 9607318. OLE color: 9607318.

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

Color convert

RGB150152146-
CMYK0.0100.040.40
HSL80º2.83%58.43%-
HSV(B)80º3.95%59.61%-
XYZ28.9931.0231.65-
YUV150.72125.34127.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=33.48%
G=33.93%
B=32.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1501521460.0100.040.40802.8358.43
Hex969892104285033a
Octal22623022210450120372
Binary10010110100110001001001010100101000101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969892; }

 p { color: rgb(150,152,146); }

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

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

 a { background-color: rgb(150,152,146); }

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

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

 span { border-color: rgb(150,152,146); }

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