#929E84

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

Shades of Delta #929E84

Tints of Delta #929E84

Color information

#929E84 (or 0x929E84) is unknown color: approx Delta. HEX triplet: 92, 9E and 84. RGB value is (146,158,132). Sum of RGB (Red+Green+Blue) = 146+158+132=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #929E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929E84 is #6D617B. Grayscale: #979797. Windows color (decimal): -7168380 or 8691346. OLE color: 8691346.

HSL color Cylindrical-coordinate representation of color #929E84: hue angle of 87.69º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #929E84 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB146158132-
CMYK0.0800.160.38
HSL87.69º11.82%56.86%-
HSV(B)87.69º16.46%61.96%-
XYZ28.2532.2326.56-
YUV151.45117.02124.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 158 (62.11% from 255) = 36.24%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=33.49%
G=36.24%
B=30.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461581320.0800.160.3887.6911.8256.86
Hex929E8480102658c39
Octal22223620410020461301471
Binary100100101001111010000100100001000010011010110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929E84; }

 p { color: rgb(146,158,132); }

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

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

 a { background-color: rgb(146,158,132); }

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

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

 span { border-color: rgb(146,158,132); }

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