#929A85

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

Shades of Delta #929A85

Tints of Delta #929A85

Color information

#929A85 (or 0x929A85) is unknown color: approx Delta. HEX triplet: 92, 9A and 85. RGB value is (146,154,133). Sum of RGB (Red+Green+Blue) = 146+154+133=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 154 - color contains mainly: green. Hex color #929A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A85 is #6D657A. Grayscale: #959595. Windows color (decimal): -7169403 or 8755858. OLE color: 8755858.

HSL color Cylindrical-coordinate representation of color #929A85: hue angle of 82.86º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #929A85 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB146154133-
CMYK0.0500.140.40
HSL82.86º9.42%56.27%-
HSV(B)82.86º13.64%60.39%-
XYZ27.6430.9226.7-
YUV149.21118.85125.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=33.72%
G=35.57%
B=30.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461541330.0500.140.4082.869.4256.27
Hex929A8550E2853938
Octal2222322055016501231170
Binary1001001010011010100001011010111010100010100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,133); }

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

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

 a { background-color: rgb(146,154,133); }

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

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

 span { border-color: rgb(146,154,133); }

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