#929F83

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

Shades of Delta #929F83

Tints of Delta #929F83

Color information

#929F83 (or 0x929F83) is unknown color: approx Delta. HEX triplet: 92, 9F and 83. RGB value is (146,159,131). Sum of RGB (Red+Green+Blue) = 146+159+131=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #929F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929F83 is #6D607C. Grayscale: #989898. Windows color (decimal): -7168125 or 8626066. OLE color: 8626066.

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

Color convert

RGB146159131-
CMYK0.0800.180.38
HSL87.86º12.73%56.86%-
HSV(B)87.86º17.61%62.35%-
XYZ28.3532.5526.26-
YUV151.92116.19123.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 131 (51.56% from 255) = 30.05%
R=33.49%
G=36.47%
B=30.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461591310.0800.180.3887.8612.7356.86
Hex929F8380122658d39
Octal22223720310022461301571
Binary100100101001111110000011100001001010011010110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,159,131); }

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

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

 a { background-color: rgb(146,159,131); }

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

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

 span { border-color: rgb(146,159,131); }

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